@charset "UTF-8";
/*!
 * Bootstrap v5.1.0 (https: //getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */dd, legend {
  margin-bottom: .5rem;
}

.custom-tooltip .tooltip-inner {
  max-width: 500px!important;
  font-size: 13px!important;
  /*padding-left: 100px;*/
  color: red!important;
  padding-top: 10px!important;
}

.custom-tooltip-date .tooltip-inner {
  max-width: 200px!important;
  font-size: 13px!important;
  padding: 0.5rem 0.75rem!important;
  background-color: #FAFAFA!important;
  border-radius: 10px!important;
  z-index: 99999999!important;
}

progress, sub, sup {
  vertical-align: baseline;
}
.btwn-img-fluid, .btwn-img-thumbnail {
  max-width: 100%;
  height: auto;
}
.btwn-g-0, .btwn-gy-0, .btwn-row {
  --bs-gutter-y: 0;
}
.btwn-card, code {
  word-wrap: break-word;
}
.btwn-dark-icon {
  filter: invert(100%);
}

.btwn-p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Nunito', sans-serif !important;
}

.btwn-light-icon {
  filter: invert(0%);
}
.btwn-text-black, .btwn-text-black-50, .btwn-text-body, .btwn-text-danger, .btwn-text-dark, .btwn-text-info, .btwn-text-light, .btwn-text-muted, .btwn-text-primary, .btwn-text-reset, .btwn-text-success, .btwn-text-warning, .btwn-text-white, .btwn-text-white-50 {
  --bs-text-opacity: 1;
}
.btwn-bg-black, .btwn-bg-body, .btwn-bg-danger, .btwn-bg-dark, .btwn-bg-info, .btwn-bg-light, .btwn-bg-primary, .btwn-bg-secondary, .btwn-bg-success, .btwn-bg-warning, .btwn-bg-white {
  --bs-bg-opacity: 1;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 33, 37, 41;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,  rgba(255,  255,  255,  0.15),  rgba(255,  255,  255,  0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*, ::after, ::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion:no-preference) {
} body {
   margin: 0;
   font-size: var(--bs-body-font-size)  ; 
   font-weight: var(--bs-body-font-weight) ;
   line-height: var(--bs-body-line-height) ;
   color: var(--bs-body-color);
   text-align: var(--bs-body-text-align);
   background-color: var(--bs-body-bg);
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: transparent;
 }

.btwn-alert-heading, a>code, hr, pre code {
  color: inherit;
}
.btwn-font{
  font-family: 'Nunito', sans-serif !important;
}
hr {
  margin: 1rem 0;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}
hr:not([size]) {
  height: 1px;
}
.btwn-h1, .btwn-h2, .btwn-h3, .btwn-h4, .btwn-h5, .btwn-h6 {
  font-family: 'Nunito', sans-serif !important;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
address, dl, ol, p, ul {
  margin-bottom: 1rem;
}
.btwn-alert-link, dt, kbd kbd {
  font-weight: 700;
}
address, legend {
  line-height: inherit;
}
.btwn-h1 {
  font-family: 'Nunito', sans-serif !important;
  font-size: calc(1.375rem + 1.5vw);
  font-weight: bold;
}
.btwn-h2 {
  font-family: 'Nunito', sans-serif !important;
  font-size: calc(1.325rem + .9vw);
  font-weight: bold;
}
.btwn-h3 {
  font-family: 'Nunito', sans-serif !important;
  font-size: calc(1.3rem + .6vw);
  font-weight: bold;
}
.btwn-h4 {
  font-family: 'Nunito', sans-serif !important;
  font-size: calc(1.275rem + .3vw);
  font-weight: bold;
}
.btwn-h5 {
  font-family: 'Nunito', sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: bold;
}
.btwn-h6 {
  font-family: 'Nunito', sans-serif !important;
  font-size: 1rem;
  font-weight: bold;
}
dl, ol, p, ul {
  margin-top: 0;
}
abbr[data-bs-original-title], abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.btwn-btn, .btwn-form-control-color:not(:disabled):not([readonly]), .btwn-form-control[type=file]:not(:disabled):not([readonly]), [role=button], [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), summary {
  cursor: pointer;
  font-family: 'Nunito', sans-serif !important;
}
address {
  font-style: normal;
}
ol, ul {
  padding-left: 2rem;
}
.btwn-accordion-header, .btwn-blockquote>:last-child, .btwn-card-text:last-child, ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
blockquote, figure {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
.btwn-small, small {
  font-size: .875em;
}
.btwn-mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}

.btwn-btn-link:hover, .btwn-link-primary:focus, .btwn-link-primary:hover, .btwn-nav-link:focus, .btwn-nav-link:hover, a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
code, kbd, pre {
  font-size: .875em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
pre code {
  font-size: inherit;
  word-break: normal;
}
code {
  color: #d63384;
}
kbd {
  padding: .2rem .4rem;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody, td, tfoot, th, thead, tr {
  border: 0 solid;
  border-color: inherit;
}
.btwn-figure, .btwn-list-inline-item, label, output {
  display: inline-block;
}
.btwn-accordion-flush .btwn-accordion-item .btwn-accordion-button, .btwn-list-group-flush, .btwn-modal-fullscreen .btwn-modal-footer, .btwn-modal-fullscreen .btwn-modal-header, button {
  border-radius: 0;
}
fieldset, iframe {
  border: 0;
}
.btwn-form-range:focus, button:focus:not(:focus-visible) {
  outline: 0;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
.btwn-carousel-indicators .btwn-active, select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  font-size: calc(1.275rem + .3vw);
}
legend+* {
  clear: left;
}
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.btwn-display-1, .btwn-display-2, .btwn-display-3, .btwn-display-4, .btwn-display-5, .btwn-display-6 {
  font-weight: 300;
  line-height: 1.2;
}
summary {
  display: list-item;
}
.btwn-d-none, [hidden] {
  display: none!important;
}
.btwn-lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.btwn-display-1 {
  font-size: calc(1.625rem + 4.5vw);
}
.btwn-display-2 {
  font-size: calc(1.575rem + 3.9vw);
}
.btwn-display-3 {
  font-size: calc(1.525rem + 3.3vw);
}
.btwn-display-4 {
  font-size: calc(1.475rem + 2.7vw);
}
.btwn-display-5 {
  font-size: calc(1.425rem + 2.1vw);
}
.btwn-display-6 {
  font-size: calc(1.375rem + 1.5vw);
}
.btwn-list-inline, .btwn-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.btwn-list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.btwn-initialism {
  font-size: .875em;
  text-transform: uppercase;
}
.btwn-blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.btwn-blockquote-footer, .btwn-figure-caption {
  font-size: .875em;
  color: #6c757d;
}
.btwn-blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.btwn-blockquote-footer::before {
  content: "— "}
.btwn-img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
}
.btwn-figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.btwn-container, .btwn-container-fluid, .btwn-container-lg, .btwn-container-md, .btwn-container-sm, .btwn-container-xl, .btwn-container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .btwn-container, .btwn-container-sm {
    max-width: 540px;
  }
  .btwn-col-sm {
    flex: 1 0 0%}
  .btwn-col-sm-auto, .btwn-row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .btwn-col-sm-12, .btwn-row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%}
  .btwn-col-sm-6, .btwn-row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%}
  .btwn-row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%}
  .btwn-col-sm-3, .btwn-row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%}
  .btwn-row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%}
  .btwn-row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%}
  .btwn-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%}
  .btwn-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%}
  .btwn-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
  .btwn-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%}
  .btwn-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%}
  .btwn-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
  .btwn-col-sm-9 {
    flex: 0 0 auto;
    width: 75%}
  .btwn-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%}
  .btwn-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%}
  .btwn-offset-sm-0 {
    margin-left: 0;
  }
  .btwn-offset-sm-1 {
    margin-left: 8.33333333%}
  .btwn-offset-sm-2 {
    margin-left: 16.66666667%}
  .btwn-offset-sm-3 {
    margin-left: 25%}
  .btwn-offset-sm-4 {
    margin-left: 33.33333333%}
  .btwn-offset-sm-5 {
    margin-left: 41.66666667%}
  .btwn-offset-sm-6 {
    margin-left: 50%}
  .btwn-offset-sm-7 {
    margin-left: 58.33333333%}
  .btwn-offset-sm-8 {
    margin-left: 66.66666667%}
  .btwn-offset-sm-9 {
    margin-left: 75%}
  .btwn-offset-sm-10 {
    margin-left: 83.33333333%}
  .btwn-offset-sm-11 {
    margin-left: 91.66666667%}
  .btwn-g-sm-0, .btwn-gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .btwn-g-sm-0, .btwn-gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .btwn-g-sm-1, .btwn-gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .btwn-g-sm-1, .btwn-gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .btwn-g-sm-2, .btwn-gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .btwn-g-sm-2, .btwn-gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .btwn-g-sm-3, .btwn-gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .btwn-g-sm-3, .btwn-gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .btwn-g-sm-4, .btwn-gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .btwn-g-sm-4, .btwn-gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .btwn-g-sm-5, .btwn-gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .btwn-g-sm-5, .btwn-gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}@media (min-width:768px) {
  .btwn-container, .btwn-container-md, .btwn-container-sm {
    max-width: 720px;
  }
  .btwn-col-md {
    flex: 1 0 0%}
  .btwn-col-md-auto, .btwn-row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .btwn-col-md-12, .btwn-row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%}
  .btwn-col-md-6, .btwn-row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%}
  .btwn-row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%}
  .btwn-col-md-3, .btwn-row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%}
  .btwn-row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%}
  .btwn-row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%}
  .btwn-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%}
  .btwn-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%}
  .btwn-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
  .btwn-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%}
  .btwn-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%}
  .btwn-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
  .btwn-col-md-9 {
    flex: 0 0 auto;
    width: 75%}
  .btwn-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%}
  .btwn-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%}
  .btwn-offset-md-0 {
    margin-left: 0;
  }
  .btwn-offset-md-1 {
    margin-left: 8.33333333%}
  .btwn-offset-md-2 {
    margin-left: 16.66666667%}
  .btwn-offset-md-3 {
    margin-left: 25%}
  .btwn-offset-md-4 {
    margin-left: 33.33333333%}
  .btwn-offset-md-5 {
    margin-left: 41.66666667%}
  .btwn-offset-md-6 {
    margin-left: 50%}
  .btwn-offset-md-7 {
    margin-left: 58.33333333%}
  .btwn-offset-md-8 {
    margin-left: 66.66666667%}
  .btwn-offset-md-9 {
    margin-left: 75%}
  .btwn-offset-md-10 {
    margin-left: 83.33333333%}
  .btwn-offset-md-11 {
    margin-left: 91.66666667%}
  .btwn-g-md-0, .btwn-gx-md-0 {
    --bs-gutter-x: 0;
  }
  .btwn-g-md-0, .btwn-gy-md-0 {
    --bs-gutter-y: 0;
  }
  .btwn-g-md-1, .btwn-gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .btwn-g-md-1, .btwn-gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .btwn-g-md-2, .btwn-gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .btwn-g-md-2, .btwn-gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .btwn-g-md-3, .btwn-gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .btwn-g-md-3, .btwn-gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .btwn-g-md-4, .btwn-gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .btwn-g-md-4, .btwn-gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .btwn-g-md-5, .btwn-gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .btwn-g-md-5, .btwn-gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}@media (min-width:992px) {
  .btwn-container, .btwn-container-lg, .btwn-container-md, .btwn-container-sm {
    max-width: 960px;
  }
  .btwn-col-lg {
    flex: 1 0 0%}
  .btwn-col-lg-auto, .btwn-row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .btwn-col-lg-12, .btwn-row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%}
  .btwn-col-lg-6, .btwn-row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%}
  .btwn-row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%}
  .btwn-col-lg-3, .btwn-row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%}
  .btwn-row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%}
  .btwn-row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%}
  .btwn-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%}
  .btwn-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%}
  .btwn-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
  .btwn-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%}
  .btwn-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%}
  .btwn-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
  .btwn-col-lg-9 {
    flex: 0 0 auto;
    width: 75%}
  .btwn-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%}
  .btwn-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%}
  .btwn-offset-lg-0 {
    margin-left: 0;
  }
  .btwn-offset-lg-1 {
    margin-left: 8.33333333%}
  .btwn-offset-lg-2 {
    margin-left: 16.66666667%}
  .btwn-offset-lg-3 {
    margin-left: 25%}
  .btwn-offset-lg-4 {
    margin-left: 33.33333333%}
  .btwn-offset-lg-5 {
    margin-left: 41.66666667%}
  .btwn-offset-lg-6 {
    margin-left: 50%}
  .btwn-offset-lg-7 {
    margin-left: 58.33333333%}
  .btwn-offset-lg-8 {
    margin-left: 66.66666667%}
  .btwn-offset-lg-9 {
    margin-left: 75%}
  .btwn-offset-lg-10 {
    margin-left: 83.33333333%}
  .btwn-offset-lg-11 {
    margin-left: 91.66666667%}
  .btwn-g-lg-0, .btwn-gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .btwn-g-lg-0, .btwn-gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .btwn-g-lg-1, .btwn-gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .btwn-g-lg-1, .btwn-gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .btwn-g-lg-2, .btwn-gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .btwn-g-lg-2, .btwn-gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .btwn-g-lg-3, .btwn-gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .btwn-g-lg-3, .btwn-gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .btwn-g-lg-4, .btwn-gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .btwn-g-lg-4, .btwn-gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .btwn-g-lg-5, .btwn-gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .btwn-g-lg-5, .btwn-gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}@media (min-width:1200px) {
  .btwn-display-6, .btwn-h1 {
    font-size: 2.5rem;
  }
  .btwn-h2 {
    font-size: 2rem;
  }
  .btwn-h3 {
    font-size: 1.75rem;
  }
  .btwn-h4, legend {
    font-size: 1.5rem;
  }
  .btwn-display-1 {
    font-size: 5rem;
  }
  .btwn-display-2 {
    font-size: 4.5rem;
  }
  .btwn-display-3 {
    font-size: 4rem;
  }
  .btwn-display-4 {
    font-size: 3.5rem;
  }
  .btwn-display-5 {
    font-size: 3rem;
  }
  .btwn-container, .btwn-container-lg, .btwn-container-md, .btwn-container-sm, .btwn-container-xl {
    max-width: 1140px;
  }
  .btwn-col-xl {
    flex: 1 0 0%}
  .btwn-col-xl-auto, .btwn-row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .btwn-col-xl-12, .btwn-row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%}
  .btwn-col-xl-6, .btwn-row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%}
  .btwn-row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%}
  .btwn-col-xl-3, .btwn-row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%}
  .btwn-row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%}
  .btwn-row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%}
  .btwn-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%}
  .btwn-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%}
  .btwn-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
  .btwn-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%}
  .btwn-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%}
  .btwn-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
  .btwn-col-xl-9 {
    flex: 0 0 auto;
    width: 75%}
  .btwn-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%}
  .btwn-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%}
  .btwn-offset-xl-0 {
    margin-left: 0;
  }
  .btwn-offset-xl-1 {
    margin-left: 8.33333333%}
  .btwn-offset-xl-2 {
    margin-left: 16.66666667%}
  .btwn-offset-xl-3 {
    margin-left: 25%}
  .btwn-offset-xl-4 {
    margin-left: 33.33333333%}
  .btwn-offset-xl-5 {
    margin-left: 41.66666667%}
  .btwn-offset-xl-6 {
    margin-left: 50%}
  .btwn-offset-xl-7 {
    margin-left: 58.33333333%}
  .btwn-offset-xl-8 {
    margin-left: 66.66666667%}
  .btwn-offset-xl-9 {
    margin-left: 75%}
  .btwn-offset-xl-10 {
    margin-left: 83.33333333%}
  .btwn-offset-xl-11 {
    margin-left: 91.66666667%}
  .btwn-g-xl-0, .btwn-gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .btwn-g-xl-0, .btwn-gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .btwn-g-xl-1, .btwn-gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .btwn-g-xl-1, .btwn-gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .btwn-g-xl-2, .btwn-gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .btwn-g-xl-2, .btwn-gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .btwn-g-xl-3, .btwn-gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .btwn-g-xl-3, .btwn-gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .btwn-g-xl-4, .btwn-gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .btwn-g-xl-4, .btwn-gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .btwn-g-xl-5, .btwn-gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .btwn-g-xl-5, .btwn-gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.btwn-row {
   /*--bs-gutter-x: 1.5rem;*/
   display: flex;
   flex-wrap: wrap;
   margin-top: calc(var(--bs-gutter-y) * -1);
   margin-right: calc(var(--bs-gutter-x) * -.5);
   margin-left: calc(var(--bs-gutter-x) * -.5);
 }
/*.btwn-row>* {*/
/*  flex-shrink: 0;*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*  padding-right: calc(var(--bs-gutter-x) * .5);*/
/*  padding-left: calc(var(--bs-gutter-x) * .5);*/
/*  margin-top: var(--bs-gutter-y);*/
/*}*/
.btwn-col {
  flex: 1 0 0%}
.btwn-col-auto, .btwn-row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}
.btwn-col-12, .btwn-row-cols-1>* {
  flex: 0 0 auto;
  width: 100%}
.btwn-col-6, .btwn-row-cols-2>* {
  flex: 0 0 auto;
  width: 50%}
.btwn-row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%}
.btwn-col-3, .btwn-row-cols-4>* {
  flex: 0 0 auto;
  width: 25%}
.btwn-row-cols-5>* {
  flex: 0 0 auto;
  width: 20%}
.btwn-row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%}
.btwn-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%}
.btwn-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%}
.btwn-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%}
.btwn-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%}
.btwn-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%}
.btwn-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%}
.btwn-col-9 {
  flex: 0 0 auto;
  width: 75%}
.btwn-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%}
.btwn-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%}
.btwn-offset-1 {
  margin-left: 8.33333333%}
.btwn-offset-2 {
  margin-left: 16.66666667%}
.btwn-offset-3 {
  margin-left: 25%}
.btwn-offset-4 {
  margin-left: 33.33333333%}
.btwn-offset-5 {
  margin-left: 41.66666667%}
.btwn-offset-6 {
  margin-left: 50%}
.btwn-offset-7 {
  margin-left: 58.33333333%}
.btwn-offset-8 {
  margin-left: 66.66666667%}
.btwn-offset-9 {
  margin-left: 75%}
.btwn-offset-10 {
  margin-left: 83.33333333%}
.btwn-offset-11 {
  margin-left: 91.66666667%}
.btwn-g-0, .btwn-gx-0 {
  --bs-gutter-x: 0;
}
.btwn-g-1, .btwn-gx-1 {
  --bs-gutter-x: 0.25rem;
}
.btwn-g-1, .btwn-gy-1 {
  --bs-gutter-y: 0.25rem;
}
.btwn-g-2, .btwn-gx-2 {
  --bs-gutter-x: 0.5rem;
}
.btwn-g-2, .btwn-gy-2 {
  --bs-gutter-y: 0.5rem;
}
.btwn-g-3, .btwn-gx-3 {
  --bs-gutter-x: 1rem;
}
.btwn-g-3, .btwn-gy-3 {
  --bs-gutter-y: 1rem;
}
.btwn-g-4, .btwn-gx-4 {
  --bs-gutter-x: 1.5rem;
}
.btwn-g-4, .btwn-gy-4 {
  --bs-gutter-y: 1.5rem;
}
.btwn-g-5, .btwn-gx-5 {
  --bs-gutter-x: 3rem;
}
.btwn-g-5, .btwn-gy-5 {
  --bs-gutter-y: 3rem;
}
.btwn-table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0,  0,  0,  0.5);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0,  0,  0,  0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0,  0,  0,  0.75);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.btwn-table>:not(caption)>*>* {
  padding: .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.btwn-table>tbody {
  vertical-align: inherit;
}
.btwn-table>thead {
  vertical-align: bottom;
}
.btwn-table>:not(:last-child)>:last-child>* {
  border-bottom-color: currentColor;
}
.btwn-caption-top {
  caption-side: top;
}
.btwn-table-sm>:not(caption)>*>* {
  padding: .25rem;
}
.btwn-table-bordered>:not(caption)>* {
  border-width: 1px 0;
}
.btwn-table-bordered>:not(caption)>*>* {
  border-width: 0 1px;
}
.btwn-list-group-flush>.btwn-list-group-item:last-child, .btwn-table-borderless>:not(caption)>*>* {
  border-bottom-width: 0;
}
.btwn-table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.btwn-table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.btwn-table-danger, .btwn-table-info, .btwn-table-light, .btwn-table-primary, .btwn-table-secondary, .btwn-table-success, .btwn-table-warning {
  --bs-table-striped-color: #000;
  --bs-table-active-color: #000;
  --bs-table-hover-color: #000;
  color: #000;
}
.btwn-table-hover>tbody>tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.btwn-table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-active-bg: #bacbe6;
  --bs-table-hover-bg: #bfd1ec;
  border-color: #bacbe6;
}
.btwn-table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-active-bg: #cbccce;
  --bs-table-hover-bg: #d1d2d4;
  border-color: #cbccce;
}
.btwn-table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-hover-bg: #c1d6cc;
  border-color: #bcd0c7;
}
.btwn-table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-active-bg: #badce3;
  --bs-table-hover-bg: #bfe2e9;
  border-color: #badce3;
}
.btwn-table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-hover-bg: #ece1be;
  border-color: #e6dbb9;
}
.btwn-table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-hover-bg: #e5c7ca;
  border-color: #dfc2c4;
}
.btwn-table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-hover-bg: #e5e6e7;
  border-color: #dfe0e1;
}
.btwn-table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.btwn-table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.btwn-card-title, .btwn-form-label {
  margin-bottom: .5rem;
  font-family: 'Nunito', sans-serif !important;
}
.btwn-col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.btwn-col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
}
.btwn-col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
}
.btwn-form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d;
}
.btwn-form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-family : 'Nunito', sans-serif !important;
}
.btwn-form-control[type=file] {
  overflow: hidden;
}
.btwn-form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.btwn-form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.btwn-form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.btwn-form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.btwn-form-control:disabled, .btwn-form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.btwn-form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-color: inherit;
}
.btwn-form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.btwn-form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-color: inherit;
}
.btwn-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.btwn-form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.btwn-form-check-input, .btwn-form-select {
  background-color: #fff;
  -moz-appearance: none;
  background-repeat: no-repeat;
}
.btwn-form-control-plaintext.form-control-lg, .btwn-form-control-plaintext.form-control-sm, .btwn-navbar-nav .btwn-nav-link {
  padding-right: 0;
  padding-left: 0;
}
.btwn-form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.btwn-form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.btwn-form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.btwn-form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.btwn-form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.btwn-form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.btwn-form-control {
  min-height: calc(1.5em + .75rem + 2px);
}
textarea.btwn-form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}
textarea.btwn-form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.btwn-form-control-color {
  width: 3rem;
  height: auto;
  padding: .375rem;
}
.btwn-form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}
.btwn-form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}
.btwn-form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
.btwn-form-check-input:focus, .btwn-form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.btwn-form-select[multiple], .btwn-form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.btwn-form-select:disabled {
  background-color: #e9ecef;
}
.btwn-form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.btwn-form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}
.btwn-form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.btwn-form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.btwn-form-check .btwn-form-check-input {
  float: left;
  margin-left: -1.5em;
}
.btwn-form-check-input {
  font-family: 'Nunito', sans-serif !important;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.btwn-form-check-input[type=checkbox] {
  border-radius: .25em;
}
.btwn-form-check-input[type=radio] {
  border-radius: 50%}
.btwn-form-check-input:active {
  filter: brightness(90%);
}
.btwn-form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btwn-form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.btwn-form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.btwn-form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.btwn-form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.btwn-form-check-input:disabled~.btwn-form-check-label, .btwn-form-check-input[disabled]~.btwn-form-check-label, .btwn-modal-backdrop.show, .btwn-offcanvas-backdrop.show {
  opacity: .5;
}
.btwn-form-switch {
  padding-left: 2.5em;
}
.btwn-form-switch .btwn-form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,  0,  0,  0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
.btwn-form-switch .btwn-form-check-input:focus {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.btwn-form-switch .btwn-form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.btwn-form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btwn-btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btwn-btn-check:disabled+.btwn-btn, .btwn-btn-check[disabled]+.btwn-btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}
.btwn-form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btwn-form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.btwn-form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.btwn-form-range::-moz-focus-outer {
  border: 0;
}
.btwn-form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
.btwn-form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.btwn-form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.btwn-form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
.btwn-form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.btwn-form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.btwn-form-range:disabled {
  pointer-events: none;
}
.btwn-form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.btwn-form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.btwn-carousel, .dropdown, .btwn-dropend, .btwn-dropstart, .btwn-dropup, .btwn-form-floating {
  position: relative;
}
.btwn-form-floating>.btwn-form-control, .btwn-form-floating>.btwn-form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.btwn-form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
.btwn-form-floating>.btwn-form-control {
  padding: 1rem .75rem;
}
.btwn-form-floating>.btwn-form-control:focus, .btwn-form-floating>.btwn-form-control:not(:placeholder-shown), .btwn-form-floating>.btwn-form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.btwn-form-floating>.btwn-form-control::-moz-placeholder {
  color: transparent;
}
.btwn-form-floating>.btwn-form-control::placeholder {
  color: transparent;
}
.btwn-form-floating>.btwn-form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.btwn-form-floating>.btwn-form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.btwn-form-floating>.btwn-form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.btwn-form-floating>.btwn-form-control:focus~label, .btwn-form-floating>.btwn-form-control:not(:placeholder-shown)~label, .btwn-form-floating>.btwn-form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.btwn-form-floating>.btwn-form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.btwn-input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%}
.btwn-input-group>.btwn-form-control, .btwn-input-group>.btwn-form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.btwn-input-group .btwn-btn:focus, .btwn-input-group>.btwn-form-control:focus, .btwn-input-group>.btwn-form-select:focus {
  z-index: 3;
}
.btwn-input-group .btwn-btn {
  position: relative;
  z-index: 2;
}
.btwn-input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.btwn-btn-group-lg>.btwn-btn, .btwn-btn-lg, .btwn-input-group-lg>.btwn-btn, .btwn-input-group-lg>.btwn-form-control, .btwn-input-group-lg>.btwn-form-select, .btwn-input-group-lg>.btwn-input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.btwn-btn-group-sm>.btwn-btn, .btwn-btn-sm, .btwn-input-group-sm>.btwn-btn, .btwn-input-group-sm>.btwn-form-control, .btwn-input-group-sm>.btwn-form-select, .btwn-input-group-sm>.btwn-input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.btwn-alert-dismissible, .btwn-input-group-lg>.btwn-form-select, .btwn-input-group-sm>.btwn-form-select {
  padding-right: 3rem;
}
.btwn-invalid-tooltip, .btwn-valid-tooltip {
  z-index: 5;
  display: none;
  padding: .25rem .5rem;
  border-radius: .25rem;
  top: 100%;
  position: absolute;
  max-width: 100%}
.btwn-btn-group>.btwn-btn-group:not(:last-child)>.btwn-btn, .btwn-btn-group>.btwn-btn:not(:last-child):not(.dropdown-toggle), .btwn-input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), .btwn-input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .btwn-input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .btwn-input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btwn-input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btwn-valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754;
}
.btwn-valid-tooltip {
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, .9);
}
.btwn-is-valid~.btwn-valid-feedback, .btwn-is-valid~.btwn-valid-tooltip, .btwn-was-validated :valid~.btwn-valid-feedback, .btwn-was-validated :valid~.btwn-valid-tooltip {
  display: block;
}
.btwn-form-control.is-valid, .btwn-was-validated .btwn-form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.btwn-form-control.is-valid:focus, .btwn-was-validated .btwn-form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}
.btwn-was-validated textarea.btwn-form-control:valid, textarea.btwn-form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.btwn-form-select.is-valid, .btwn-was-validated .btwn-form-select:valid {
  border-color: #198754;
}
.btwn-form-select.is-valid:not([multiple]):not([size]), .btwn-form-select.is-valid:not([multiple])[size="1"], .btwn-was-validated .btwn-form-select:valid:not([multiple]):not([size]), .btwn-was-validated .btwn-form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.btwn-form-select.is-valid:focus, .btwn-was-validated .btwn-form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}
.btwn-form-check-input.is-valid, .btwn-was-validated .btwn-form-check-input:valid {
  border-color: #198754;
}
.btwn-form-check-input.is-valid:checked, .btwn-was-validated .btwn-form-check-input:valid:checked {
  background-color: #198754;
}
.btwn-form-check-input.is-valid:focus, .btwn-was-validated .btwn-form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}
.btwn-form-check-input.is-valid~.btwn-form-check-label, .btwn-was-validated .btwn-form-check-input:valid~.btwn-form-check-label {
  color: #198754;
}
.btwn-form-check-inline .btwn-form-check-input~.btwn-invalid-feedback, .btwn-form-check-inline .btwn-form-check-input~.btwn-valid-feedback {
  margin-left: .5em;
}
.btwn-input-group .btwn-form-control.is-valid, .btwn-input-group .btwn-form-select.is-valid, .btwn-was-validated .btwn-input-group .btwn-form-control:valid, .btwn-was-validated .btwn-input-group .btwn-form-select:valid {
  z-index: 1;
}
.btwn-input-group .btwn-form-control.is-valid:focus, .btwn-input-group .btwn-form-select.is-valid:focus, .btwn-was-validated .btwn-input-group .btwn-form-control:valid:focus, .btwn-was-validated .btwn-input-group .btwn-form-select:valid:focus {
  z-index: 3;
}
.btwn-invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}
.btwn-invalid-tooltip {
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
}
.btwn-btn, .btwn-btn:hover, .btwn-link-dark {
  color: #212529;
}
.btwn-is-invalid~.btwn-invalid-feedback, .btwn-is-invalid~.btwn-invalid-tooltip, .btwn-was-validated :invalid~.btwn-invalid-feedback, .btwn-was-validated :invalid~.btwn-invalid-tooltip {
  display: block;
}
.btwn-form-control.is-invalid, .btwn-was-validated .btwn-form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.btwn-form-control.is-invalid:focus, .btwn-was-validated .btwn-form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}
.btwn-was-validated textarea.btwn-form-control:invalid, textarea.btwn-form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.btwn-form-select.is-invalid, .btwn-was-validated .btwn-form-select:invalid {
  border-color: #dc3545;
}
.btwn-form-select.is-invalid:not([multiple]):not([size]), .btwn-form-select.is-invalid:not([multiple])[size="1"], .btwn-was-validated .btwn-form-select:invalid:not([multiple]):not([size]), .btwn-was-validated .btwn-form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.btwn-form-select.is-invalid:focus, .btwn-was-validated .btwn-form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}
.btwn-form-check-input.is-invalid, .btwn-was-validated .btwn-form-check-input:invalid {
  border-color: #dc3545;
}
.btwn-form-check-input.is-invalid:checked, .btwn-was-validated .btwn-form-check-input:invalid:checked {
  background-color: #dc3545;
}
.btwn-form-check-input.is-invalid:focus, .btwn-was-validated .btwn-form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}
.btwn-form-check-input.is-invalid~.btwn-form-check-label, .btwn-was-validated .btwn-form-check-input:invalid~.btwn-form-check-label {
  color: #dc3545;
}
.btwn-input-group .btwn-form-control.is-invalid, .btwn-input-group .btwn-form-select.is-invalid, .btwn-was-validated .btwn-input-group .btwn-form-control:invalid, .btwn-was-validated .btwn-input-group .btwn-form-select:invalid {
  z-index: 2;
}
.btwn-input-group .btwn-form-control.is-invalid:focus, .btwn-input-group .btwn-form-select.is-invalid:focus, .btwn-was-validated .btwn-input-group .btwn-form-control:invalid:focus, .btwn-was-validated .btwn-input-group .btwn-form-select:invalid:focus {
  z-index: 3;
}
.btwn-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btwn-btn-check:focus+.btwn-btn, .btwn-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.btwn-btn.disabled, .btwn-btn:disabled, fieldset:disabled .btwn-btn {
  pointer-events: none;
  opacity: .65;
}
.btwn-btn-check:active+.btwn-btn-outline-primary, .btwn-btn-check:checked+.btwn-btn-outline-primary, .btwn-btn-outline-primary.active, .btwn-btn-outline-primary.dropdown-toggle.show, .btwn-btn-outline-primary:active, .btwn-btn-outline-primary:hover, .btwn-btn-primary, .btwn-btn-primary.disabled, .btwn-btn-primary:disabled {
  color: #fff;
}
.btwn-btn-primary:hover {
}
.btwn-btn-check:focus+.btwn-btn-primary, .btwn-btn-primary:focus {
  color: #fff;
}
.btwn-btn-check:active+.btwn-btn-primary, .btwn-btn-check:checked+.btwn-btn-primary, .btwn-btn-primary.active, .btwn-btn-primary:active, .btwn-show>.btwn-btn-primary.dropdown-toggle {
  color: #fff;
}
.btwn-btn-check:active+.btwn-btn-primary:focus, .btwn-btn-check:checked+.btwn-btn-primary:focus, .btwn-btn-primary.active:focus, .btwn-btn-primary:active:focus, .btwn-show>.btwn-btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}
.btwn-btn-check:active+.btwn-btn-outline-secondary, .btwn-btn-check:checked+.btwn-btn-outline-secondary, .btwn-btn-outline-secondary.active, .btwn-btn-outline-secondary.dropdown-toggle.show, .btwn-btn-outline-secondary:active, .btwn-btn-outline-secondary:hover, .btwn-btn-secondary, .btwn-btn-secondary.disabled, .btwn-btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btwn-btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btwn-btn-check:focus+.btwn-btn-secondary, .btwn-btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}
.btwn-btn-check:active+.btwn-btn-secondary, .btwn-btn-check:checked+.btwn-btn-secondary, .btwn-btn-secondary.active, .btwn-btn-secondary:active, .btwn-show>.btwn-btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btwn-btn-check:active+.btwn-btn-secondary:focus, .btwn-btn-check:checked+.btwn-btn-secondary:focus, .btwn-btn-secondary.active:focus, .btwn-btn-secondary:active:focus, .btwn-show>.btwn-btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}
.btwn-btn-check:active+.btwn-btn-outline-success, .btwn-btn-check:checked+.btwn-btn-outline-success, .btwn-btn-outline-success.active, .btwn-btn-outline-success.dropdown-toggle.show, .btwn-btn-outline-success:active, .btwn-btn-outline-success:hover, .btwn-btn-success, .btwn-btn-success.disabled, .btwn-btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btwn-btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btwn-btn-check:focus+.btwn-btn-success, .btwn-btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}
.btwn-btn-check:active+.btwn-btn-success, .btwn-btn-check:checked+.btwn-btn-success, .btwn-btn-success.active, .btwn-btn-success:active, .btwn-show>.btwn-btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btwn-btn-check:active+.btwn-btn-success:focus, .btwn-btn-check:checked+.btwn-btn-success:focus, .btwn-btn-success.active:focus, .btwn-btn-success:active:focus, .btwn-show>.btwn-btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}
.btwn-btn-check:active+.btwn-btn-outline-info, .btwn-btn-check:checked+.btwn-btn-outline-info, .btwn-btn-info, .btwn-btn-info.disabled, .btwn-btn-info:disabled, .btwn-btn-outline-info.active, .btwn-btn-outline-info.dropdown-toggle.show, .btwn-btn-outline-info:active, .btwn-btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btwn-btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btwn-btn-check:focus+.btwn-btn-info, .btwn-btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}
.btwn-btn-check:active+.btwn-btn-info, .btwn-btn-check:checked+.btwn-btn-info, .btwn-btn-info.active, .btwn-btn-info:active, .btwn-show>.btwn-btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btwn-btn-check:active+.btwn-btn-info:focus, .btwn-btn-check:checked+.btwn-btn-info:focus, .btwn-btn-info.active:focus, .btwn-btn-info:active:focus, .btwn-show>.btwn-btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}
.btwn-btn-check:active+.btwn-btn-outline-warning, .btwn-btn-check:checked+.btwn-btn-outline-warning, .btwn-btn-outline-warning.active, .btwn-btn-outline-warning.dropdown-toggle.show, .btwn-btn-outline-warning:active, .btwn-btn-outline-warning:hover, .btwn-btn-warning, .btwn-btn-warning.disabled, .btwn-btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btwn-btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btwn-btn-check:focus+.btwn-btn-warning, .btwn-btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}
.btwn-btn-check:active+.btwn-btn-warning, .btwn-btn-check:checked+.btwn-btn-warning, .btwn-btn-warning.active, .btwn-btn-warning:active, .btwn-show>.btwn-btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btwn-btn-check:active+.btwn-btn-warning:focus, .btwn-btn-check:checked+.btwn-btn-warning:focus, .btwn-btn-warning.active:focus, .btwn-btn-warning:active:focus, .btwn-show>.btwn-btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}
.btwn-btn-check:active+.btwn-btn-outline-danger, .btwn-btn-check:checked+.btwn-btn-outline-danger, .btwn-btn-danger, .btwn-btn-danger.disabled, .btwn-btn-danger:disabled, .btwn-btn-outline-danger.active, .btwn-btn-outline-danger.dropdown-toggle.show, .btwn-btn-outline-danger:active, .btwn-btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btwn-btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btwn-btn-check:focus+.btwn-btn-danger, .btwn-btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}
.btwn-btn-check:active+.btwn-btn-danger, .btwn-btn-check:checked+.btwn-btn-danger, .btwn-btn-danger.active, .btwn-btn-danger:active, .btwn-show>.btwn-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btwn-btn-check:active+.btwn-btn-danger:focus, .btwn-btn-check:checked+.btwn-btn-danger:focus, .btwn-btn-danger.active:focus, .btwn-btn-danger:active:focus, .btwn-show>.btwn-btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}
.btwn-btn-check:active+.btwn-btn-outline-light, .btwn-btn-check:checked+.btwn-btn-outline-light, .btwn-btn-light, .btwn-btn-light.disabled, .btwn-btn-light:disabled, .btwn-btn-outline-light.active, .btwn-btn-outline-light.dropdown-toggle.show, .btwn-btn-outline-light:active, .btwn-btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btwn-btn-check:active+.btwn-btn-light, .btwn-btn-check:checked+.btwn-btn-light, .btwn-btn-light.active, .btwn-btn-light:active, .btwn-btn-light:hover, .btwn-show>.btwn-btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btwn-btn-check:focus+.btwn-btn-light, .btwn-btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}
.btwn-btn-check:active+.btwn-btn-light:focus, .btwn-btn-check:checked+.btwn-btn-light:focus, .btwn-btn-light.active:focus, .btwn-btn-light:active:focus, .btwn-show>.btwn-btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}
.btwn-btn-check:active+.btwn-btn-outline-dark, .btwn-btn-check:checked+.btwn-btn-outline-dark, .btwn-btn-dark, .btwn-btn-dark.disabled, .btwn-btn-dark:disabled, .btwn-btn-outline-dark.active, .btwn-btn-outline-dark.dropdown-toggle.show, .btwn-btn-outline-dark:active, .btwn-btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btwn-btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btwn-btn-check:focus+.btwn-btn-dark, .btwn-btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}
.btwn-btn-check:active+.btwn-btn-dark, .btwn-btn-check:checked+.btwn-btn-dark, .btwn-btn-dark.active, .btwn-btn-dark:active, .btwn-show>.btwn-btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btwn-btn-check:active+.btwn-btn-dark:focus, .btwn-btn-check:checked+.btwn-btn-dark:focus, .btwn-btn-dark.active:focus, .btwn-btn-dark:active:focus, .btwn-show>.btwn-btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}
.btwn-btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btwn-btn-check:active+.btwn-btn-outline-primary:focus, .btwn-btn-check:checked+.btwn-btn-outline-primary:focus, .btwn-btn-check:focus+.btwn-btn-outline-primary, .btwn-btn-outline-primary.active:focus, .btwn-btn-outline-primary.dropdown-toggle.show:focus, .btwn-btn-outline-primary:active:focus, .btwn-btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}
.btwn-btn-outline-primary.disabled, .btwn-btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btwn-btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btwn-btn-check:active+.btwn-btn-outline-secondary:focus, .btwn-btn-check:checked+.btwn-btn-outline-secondary:focus, .btwn-btn-check:focus+.btwn-btn-outline-secondary, .btwn-btn-outline-secondary.active:focus, .btwn-btn-outline-secondary.dropdown-toggle.show:focus, .btwn-btn-outline-secondary:active:focus, .btwn-btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}
.btwn-btn-outline-secondary.disabled, .btwn-btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btwn-btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btwn-btn-check:active+.btwn-btn-outline-success:focus, .btwn-btn-check:checked+.btwn-btn-outline-success:focus, .btwn-btn-check:focus+.btwn-btn-outline-success, .btwn-btn-outline-success.active:focus, .btwn-btn-outline-success.dropdown-toggle.show:focus, .btwn-btn-outline-success:active:focus, .btwn-btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}
.btwn-btn-outline-success.disabled, .btwn-btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btwn-btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btwn-btn-check:active+.btwn-btn-outline-info:focus, .btwn-btn-check:checked+.btwn-btn-outline-info:focus, .btwn-btn-check:focus+.btwn-btn-outline-info, .btwn-btn-outline-info.active:focus, .btwn-btn-outline-info.dropdown-toggle.show:focus, .btwn-btn-outline-info:active:focus, .btwn-btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}
.btwn-btn-outline-info.disabled, .btwn-btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btwn-btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btwn-btn-check:active+.btwn-btn-outline-warning:focus, .btwn-btn-check:checked+.btwn-btn-outline-warning:focus, .btwn-btn-check:focus+.btwn-btn-outline-warning, .btwn-btn-outline-warning.active:focus, .btwn-btn-outline-warning.dropdown-toggle.show:focus, .btwn-btn-outline-warning:active:focus, .btwn-btn-outline-warning:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}
.btwn-btn-outline-warning.disabled, .btwn-btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btwn-btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btwn-btn-check:active+.btwn-btn-outline-danger:focus, .btwn-btn-check:checked+.btwn-btn-outline-danger:focus, .btwn-btn-check:focus+.btwn-btn-outline-danger, .btwn-btn-outline-danger.active:focus, .btwn-btn-outline-danger.dropdown-toggle.show:focus, .btwn-btn-outline-danger:active:focus, .btwn-btn-outline-danger:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}
.btwn-btn-outline-danger.disabled, .btwn-btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btwn-btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btwn-btn-check:active+.btwn-btn-outline-light:focus, .btwn-btn-check:checked+.btwn-btn-outline-light:focus, .btwn-btn-check:focus+.btwn-btn-outline-light, .btwn-btn-outline-light.active:focus, .btwn-btn-outline-light.dropdown-toggle.show:focus, .btwn-btn-outline-light:active:focus, .btwn-btn-outline-light:focus {
  box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}
.btwn-btn-outline-light.disabled, .btwn-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btwn-btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

/* .dropdown-toggle::after, .btwn-dropup .dropdown-toggle::after {
  vertical-align: .255em;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  content: ""} */
  
.btwn-btn-check:active+.btwn-btn-outline-dark:focus, .btwn-btn-check:checked+.btwn-btn-outline-dark:focus, .btwn-btn-check:focus+.btwn-btn-outline-dark, .btwn-btn-outline-dark.active:focus, .btwn-btn-outline-dark.dropdown-toggle.show:focus, .btwn-btn-outline-dark:active:focus, .btwn-btn-outline-dark:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}
.btwn-btn-outline-dark.disabled, .btwn-btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btwn-btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.dropdown-item, .btwn-nav-link, .btwn-navbar-brand, .btwn-navbar-toggler:focus, .btwn-navbar-toggler:hover, .btwn-page-link {
  text-decoration: none;
}
.btwn-breadcrumb-item.active, .btwn-btn-link.disabled, .btwn-btn-link:disabled, .btwn-link-secondary {
  color: #6c757d;
}
.btwn-fade {
  transition: opacity .15s linear;
}
.btwn-fade:not(.show), .btwn-modal-backdrop.fade, .btwn-offcanvas-backdrop.fade, .btwn-toast.showing {
  opacity: 0;
}
.btwn-badge:empty, .btwn-collapse:not(.show), .btwn-navbar-expand .btwn-navbar-toggler, .btwn-navbar-expand .btwn-offcanvas-header, .btwn-popover-header:empty, .btwn-tab-content>.btwn-tab-pane, .btwn-toast:not(.show) {
  display: none;
}
.btwn-collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s;
}
.btwn-collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}
.dropdown-toggle {
  white-space: nowrap;
}

/* .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  border-top: .3em solid;
  border-bottom: 0;
} */

.btwn-card>hr, .dropdown-toggle-split::after, .dropdown-toggle:empty::after, .btwn-dropend .dropdown-toggle-split::after, .btwn-dropend .dropdown-toggle:empty::after, .btwn-dropstart .dropdown-toggle:empty::after, .btwn-dropup .dropdown-toggle-split::after, .btwn-dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
.btwn-dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}
.btwn-dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  border-top: 0;
  border-bottom: .3em solid;
}
.btwn-dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}
.btwn-dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  vertical-align: 0;
}
.btwn-dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}
.btwn-dropstart .dropdown-toggle::after {
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none;
}
.btwn-dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
  vertical-align: 0;
}
.btwn-card>hr, .btwn-dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-menu-dark, .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, .15);
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.btwn-carousel-item-next, .btwn-carousel-item-prev, .btwn-carousel-item.active, .dropdown-menu.show, .btwn-tab-content>.btwn-active {
  display: block;
}
.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
}
.dropdown-menu-dark .dropdown-item, .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active, .btwn-nav-pills .btwn-nav-link.active, .btwn-nav-pills .btwn-show>.btwn-nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-header, .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.btwn-btn-group, .btwn-btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btwn-btn-group-vertical>.btwn-btn, .btwn-btn-group>.btwn-btn {
  position: relative;
  flex: 1 1 auto;
}
.btwn-btn-group-vertical>.btwn-btn-check:checked+.btwn-btn, .btwn-btn-group-vertical>.btwn-btn-check:focus+.btwn-btn, .btwn-btn-group-vertical>.btwn-btn.active, .btwn-btn-group-vertical>.btwn-btn:active, .btwn-btn-group-vertical>.btwn-btn:focus, .btwn-btn-group-vertical>.btwn-btn:hover, .btwn-btn-group>.btwn-btn-check:checked+.btwn-btn, .btwn-btn-group>.btwn-btn-check:focus+.btwn-btn, .btwn-btn-group>.btwn-btn.active, .btwn-btn-group>.btwn-btn:active, .btwn-btn-group>.btwn-btn:focus, .btwn-btn-group>.btwn-btn:hover {
  z-index: 1;
}
.btwn-btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btwn-btn-toolbar .btwn-input-group {
  width: auto;
}
.btwn-btn-group>.btwn-btn-group:not(:first-child), .btwn-btn-group>.btwn-btn:not(:first-child), .btwn-page-item:not(:first-child) .btwn-page-link {
  margin-left: -1px;
}
.btwn-btn-group>.btwn-btn-group:not(:first-child)>.btwn-btn, .btwn-btn-group>.btwn-btn:nth-child(n+3), .btwn-btn-group>:not(.btwn-btn-check)+.btwn-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.btwn-btn-group-sm>.btwn-btn+.dropdown-toggle-split, .btwn-btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btwn-btn-group-lg>.btwn-btn+.dropdown-toggle-split, .btwn-btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btwn-btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btwn-btn-group-vertical>.btwn-btn, .btwn-btn-group-vertical>.btwn-btn-group, .btwn-card-img, .btwn-card-img-bottom, .btwn-card-img-top, .btwn-nav-fill .btwn-nav-item .btwn-nav-link, .btwn-nav-justified .btwn-nav-item .btwn-nav-link {
  width: 100%}
.btwn-btn-group-vertical>.btwn-btn-group:not(:first-child), .btwn-btn-group-vertical>.btwn-btn:not(:first-child) {
  margin-top: -1px;
}
.btwn-btn-group-vertical>.btwn-btn-group:not(:last-child)>.btwn-btn, .btwn-btn-group-vertical>.btwn-btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btwn-btn-group-vertical>.btwn-btn-group:not(:first-child)>.btwn-btn, .btwn-btn-group-vertical>.btwn-btn~.btwn-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btwn-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.btwn-nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #0d6efd;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.btwn-nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.btwn-nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.btwn-nav-tabs .btwn-nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.btwn-nav-tabs .btwn-nav-link:focus, .btwn-nav-tabs .btwn-nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.btwn-nav-tabs .btwn-nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.btwn-nav-tabs .btwn-nav-item.show .btwn-nav-link, .btwn-nav-tabs .btwn-nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.btwn-nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btwn-nav-pills .btwn-nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
}
.btwn-nav-fill .btwn-nav-item, .btwn-nav-fill>.btwn-nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.btwn-nav-justified .btwn-nav-item, .btwn-nav-justified>.btwn-nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.btwn-navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.btwn-navbar>.btwn-container, .btwn-navbar>.btwn-container-fluid, .btwn-navbar>.btwn-container-lg, .btwn-navbar>.btwn-container-md, .btwn-navbar>.btwn-container-sm, .btwn-navbar>.btwn-container-xl, .btwn-navbar>.btwn-container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.btwn-navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.btwn-card-header-pills, .btwn-card-header-tabs {
  margin-right: -.5rem;
  margin-left: -.5rem;
}
.btwn-navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.btwn-navbar-nav .dropdown-menu {
  position: static;
}
.btwn-navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.btwn-navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.btwn-navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}
.btwn-navbar-toggler:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem;
}
.btwn-navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%}
.btwn-navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
.btwn-navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.btwn-list-group-horizontal, .btwn-navbar-expand .btwn-navbar-nav {
  flex-direction: row;
}
.btwn-navbar-expand .btwn-navbar-nav .dropdown-menu {
  position: absolute;
}
.btwn-navbar-expand .btwn-navbar-nav .btwn-nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.btwn-navbar-expand .btwn-navbar-nav-scroll {
  overflow: visible;
}
.btwn-navbar-expand .btwn-navbar-collapse {
  display: flex!important;
  flex-basis: auto;
}
.btwn-navbar-expand .btwn-offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible!important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.btwn-navbar-expand .btwn-offcanvas-bottom, .btwn-navbar-expand .btwn-offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.btwn-navbar-expand .btwn-offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.btwn-navbar-light .btwn-navbar-brand, .btwn-navbar-light .btwn-navbar-brand:focus, .btwn-navbar-light .btwn-navbar-brand:hover, .btwn-navbar-light .btwn-navbar-nav .btwn-nav-link.active, .btwn-navbar-light .btwn-navbar-nav .btwn-show>.btwn-nav-link, .btwn-navbar-light .btwn-navbar-text a, .btwn-navbar-light .btwn-navbar-text a:focus, .btwn-navbar-light .btwn-navbar-text a:hover {
  color: rgba(0, 0, 0, .9);
}
.btwn-navbar-light .btwn-navbar-nav .btwn-nav-link, .btwn-navbar-light .btwn-navbar-text {
  color: rgba(0, 0, 0, .55);
}
.btwn-navbar-light .btwn-navbar-nav .btwn-nav-link:focus, .btwn-navbar-light .btwn-navbar-nav .btwn-nav-link:hover {
  color: rgba(0, 0, 0, .7);
}
.btwn-navbar-light .btwn-navbar-nav .btwn-nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.btwn-navbar-light .btwn-navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: rgba(0, 0, 0, .1);
}
.btwn-navbar-light .btwn-navbar-toggler-icon {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,  0,  0,  0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btwn-navbar-dark .btwn-navbar-brand, .btwn-navbar-dark .btwn-navbar-brand:focus, .btwn-navbar-dark .btwn-navbar-brand:hover, .btwn-navbar-dark .btwn-navbar-nav .btwn-nav-link.active, .btwn-navbar-dark .btwn-navbar-nav .btwn-show>.btwn-nav-link, .btwn-navbar-dark .btwn-navbar-text a, .btwn-navbar-dark .btwn-navbar-text a:focus, .btwn-navbar-dark .btwn-navbar-text a:hover {
  color: #fff;
}
.btwn-navbar-dark .btwn-navbar-nav .btwn-nav-link, .btwn-navbar-dark .btwn-navbar-text {
  color: rgba(255, 255, 255, .55);
}
.btwn-navbar-dark .btwn-navbar-nav .btwn-nav-link:focus, .btwn-navbar-dark .btwn-navbar-nav .btwn-nav-link:hover {
  color: rgba(255, 255, 255, .75);
}
.btwn-navbar-dark .btwn-navbar-nav .btwn-nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.btwn-navbar-dark .btwn-navbar-toggler {
  color: rgba(255, 255, 255, .55);
  border-color: rgba(255, 255, 255, .1);
}
.btwn-navbar-dark .btwn-navbar-toggler-icon {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,  255,  255,  0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btwn-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.btwn-accordion-item:first-of-type .btwn-accordion-button, .btwn-card-img, .btwn-card-img-top, .btwn-card>.btwn-list-group:first-child {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.btwn-accordion-item:last-of-type .btwn-accordion-button.collapsed, .btwn-card-img, .btwn-card-img-bottom, .btwn-card>.btwn-list-group:last-child {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.btwn-card>.btwn-list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.btwn-card>.btwn-list-group:first-child {
  border-top-width: 0;
}
.btwn-card>.btwn-list-group:last-child {
  border-bottom-width: 0;
}
.btwn-accordion-flush .btwn-accordion-item:first-child, .btwn-accordion-item:not(:first-of-type), .btwn-card>.btwn-card-header+.btwn-list-group, .btwn-card>.btwn-list-group+.btwn-card-footer {
  border-top: 0;
}
.btwn-card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.btwn-card-footer, .btwn-card-header {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, .3);
}
.btwn-card-subtitle {
  margin-top: -.25rem;
  margin-bottom: 0;
}
.btwn-card-link+.btwn-card-link {
  margin-left: 1rem;
}
.btwn-card-header {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.btwn-card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.btwn-card-footer {
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.btwn-card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.btwn-card-header-tabs {
  margin-bottom: -.5rem;
  border-bottom: 0;
}
.btwn-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px);
}
.btwn-card-group>.btwn-card, .btwn-toast-container>:not(:last-child) {
  margin-bottom: .75rem;
}
.btwn-accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s;
}
.btwn-badge, .btwn-progress-bar {
  text-align: center;
  white-space: nowrap;
}
.btwn-accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.btwn-accordion-button:focus, .btwn-btn-close:focus, .btwn-page-link:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  outline: 0;
}
.btwn-accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.btwn-accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.btwn-accordion-button:hover {
  z-index: 2;
}
.btwn-accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
}
.btwn-accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.btwn-accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.btwn-accordion-item:last-of-type, .btwn-accordion-item:last-of-type .btwn-accordion-collapse {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.btwn-accordion-body {
  padding: 1rem 1.25rem;
}
.btwn-accordion-flush .btwn-accordion-collapse {
  border-width: 0;
}
.btwn-accordion-flush .btwn-accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.btwn-accordion-flush .btwn-accordion-item:last-child {
  border-bottom: 0;
}
.btwn-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}
.btwn-breadcrumb-item+.btwn-breadcrumb-item {
  padding-left: .5rem;
}
.btwn-breadcrumb-item+.btwn-breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider,  "/");
}
.btwn-pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.btwn-page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding: .375rem .75rem;
}
.btwn-page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.btwn-page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
}
.btwn-page-item.active .btwn-page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btwn-page-item.disabled .btwn-page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.btwn-page-item:first-child .btwn-page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.btwn-page-item:last-child .btwn-page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.btwn-pagination-lg .btwn-page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}
.btwn-pagination-lg .btwn-page-item:first-child .btwn-page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.btwn-pagination-lg .btwn-page-item:last-child .btwn-page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.btwn-pagination-sm .btwn-page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
}
.btwn-pagination-sm .btwn-page-item:first-child .btwn-page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.btwn-pagination-sm .btwn-page-item:last-child .btwn-page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.btwn-badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  vertical-align: baseline;
  border-radius: .25rem;
}
.btwn-btn .btwn-badge {
  position: relative;
  top: -1px;
}
.btwn-alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.btwn-list-group, .btwn-progress {
  display: flex;
  border-radius: .25rem;
}
.btwn-alert-dismissible .btwn-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.btwn-alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.btwn-alert-primary .btwn-alert-link {
  color: #06357a;
}
.btwn-alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.btwn-alert-secondary .btwn-alert-link {
  color: #34383c;
}
.btwn-alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.btwn-alert-success .btwn-alert-link {
  color: #0c4128;
}
.btwn-alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.btwn-alert-info .btwn-alert-link {
  color: #04414d;
}
.btwn-alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.btwn-alert-warning .btwn-alert-link {
  color: #523e02;
}
.btwn-alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.btwn-alert-danger .btwn-alert-link {
  color: #6a1a21;
}
.btwn-alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.btwn-alert-light .btwn-alert-link {
  color: #4f5050;
}
.btwn-alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.btwn-alert-dark .btwn-alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}@keyframes progress-bar-stripes {
   0% {
     background-position-x: 1rem;
   }
 }.btwn-progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
  }
.btwn-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background-color: #0d6efd;
  transition: width .6s;
}
.btwn-popover, .btwn-tooltip {
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  text-decoration: none;
}
.btwn-progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.btwn-progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
.btwn-list-group {
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.btwn-list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.btwn-list-group-numbered>li::before {
  content: counters(section,  ".") ". ";
  counter-increment: section;
}
.btwn-list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.btwn-list-group-item-action:focus, .btwn-list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.btwn-list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.btwn-list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.btwn-list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.btwn-list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.btwn-list-group-item.disabled, .btwn-list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.btwn-list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btwn-list-group-item+.btwn-list-group-item {
  border-top-width: 0;
}
.btwn-list-group-item+.btwn-list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.btwn-list-group-horizontal>.btwn-list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.btwn-list-group-horizontal>.btwn-list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.btwn-list-group-horizontal>.btwn-list-group-item.active {
  margin-top: 0;
}
.btwn-list-group-horizontal>.btwn-list-group-item+.btwn-list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.btwn-list-group-horizontal>.btwn-list-group-item+.btwn-list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
.btwn-list-group-flush>.btwn-list-group-item {
  border-width: 0 0 1px;
}
.btwn-list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.btwn-list-group-item-primary.list-group-item-action:focus, .btwn-list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.btwn-list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.btwn-list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.btwn-list-group-item-secondary.list-group-item-action:focus, .btwn-list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.btwn-list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.btwn-list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.btwn-list-group-item-success.list-group-item-action:focus, .btwn-list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.btwn-list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.btwn-list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.btwn-list-group-item-info.list-group-item-action:focus, .btwn-list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.btwn-list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.btwn-list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.btwn-list-group-item-warning.list-group-item-action:focus, .btwn-list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.btwn-list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.btwn-list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.btwn-list-group-item-danger.list-group-item-action:focus, .btwn-list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.btwn-list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.btwn-list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.btwn-list-group-item-light.list-group-item-action:focus, .btwn-list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.btwn-list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.btwn-list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.btwn-list-group-item-dark.list-group-item-action:focus, .btwn-list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.btwn-list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btwn-btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}
.btwn-toast, .btwn-toast-header {
  background-color: rgba(255, 255, 255, .85);
}
.btwn-modal-content, .btwn-popover, .btwn-toast, .btwn-toast-header {
  background-clip: padding-box;
}
.btwn-btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.btwn-btn-close:focus {
  opacity: 1;
}
.btwn-btn-close.disabled, .btwn-btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25;
}
.btwn-btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.btwn-toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.btwn-toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.btwn-toast-header {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  color: #6c757d;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.btwn-toast-header .btwn-btn-close {
  margin-right: -.375rem;
  margin-left: .75rem;
}
.btwn-toast-body {
  padding: .75rem;
  word-wrap: break-word;
}
.btwn-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.btwn-modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.btwn-modal.fade .btwn-modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}
.btwn-modal.show .btwn-modal-dialog, .btwn-offcanvas.show {
  transform: none;
}
.btwn-modal.modal-static .btwn-modal-dialog {
  transform: scale(1.2);
}
.btwn-modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.btwn-modal-dialog-scrollable .btwn-modal-content {
  max-height: 100%;
  overflow: hidden;
}
.btwn-modal-dialog-scrollable .btwn-modal-body, .btwn-modal-fullscreen .btwn-modal-body {
  overflow-y: auto;
}
.btwn-modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.btwn-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
.btwn-carousel-dark .btwn-carousel-indicators [data-bs-target], .btwn-modal-backdrop, .btwn-tooltip-inner {
  background-color: #000;
}
.btwn-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
}
.btwn-modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.btwn-modal-header .btwn-btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto;
}
.btwn-modal-title, .btwn-offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.btwn-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.btwn-modal-footer {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*flex-shrink: 0;*/
  /*align-items: center;*/
  /*width: 100%!important;*/
  /*justify-content: flex-end;*/
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}
.btwn-modal-footer>* {
  /*margin: .25rem;*/
}
.btwn-modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.btwn-modal-fullscreen .btwn-modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
@media (max-width:575.98px) {
  .btwn-table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .btwn-modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .btwn-modal-fullscreen-sm-down .btwn-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .btwn-modal-fullscreen-sm-down .btwn-modal-footer, .btwn-modal-fullscreen-sm-down .btwn-modal-header {
    border-radius: 0;
  }
  .btwn-modal-fullscreen-sm-down .btwn-modal-body {
    overflow-y: auto;
  }
}@media (max-width:767.98px) {
  .btwn-table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .btwn-modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .btwn-modal-fullscreen-md-down .btwn-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .btwn-modal-fullscreen-md-down .btwn-modal-footer, .btwn-modal-fullscreen-md-down .btwn-modal-header {
    border-radius: 0;
  }
  .btwn-modal-fullscreen-md-down .btwn-modal-body {
    overflow-y: auto;
  }
}@media (max-width:991.98px) {
  .btwn-table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .btwn-modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .btwn-modal-fullscreen-lg-down .btwn-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .btwn-modal-fullscreen-lg-down .btwn-modal-footer, .btwn-modal-fullscreen-lg-down .btwn-modal-header {
    border-radius: 0;
  }
  .btwn-modal-fullscreen-lg-down .btwn-modal-body {
    overflow-y: auto;
  }
}@media (max-width:1199.98px) {
  .btwn-table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .btwn-modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .btwn-modal-fullscreen-xl-down .btwn-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .btwn-modal-fullscreen-xl-down .btwn-modal-footer, .btwn-modal-fullscreen-xl-down .btwn-modal-header {
    border-radius: 0;
  }
  .btwn-modal-fullscreen-xl-down .btwn-modal-body {
    overflow-y: auto;
  }
}@media (max-width:1399.98px) {
  .btwn-table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .btwn-modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .btwn-modal-fullscreen-xxl-down .btwn-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .btwn-modal-fullscreen-xxl-down .btwn-modal-footer, .btwn-modal-fullscreen-xxl-down .btwn-modal-header {
    border-radius: 0;
  }
  .btwn-modal-fullscreen-xxl-down .btwn-modal-body {
    overflow-y: auto;
  }
}.btwn-tooltip {
   position: absolute;
   z-index: 1080;
   display: block;
   margin: 0;
   text-align: left;
   text-align: start;
   opacity: 0;
 }
.btwn-tooltip.show {
  opacity: .9;
}
.btwn-tooltip .btwn-tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}
.btwn-tooltip .btwn-tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.btwn-bs-tooltip-auto[data-popper-placement^=bottom], .btwn-bs-tooltip-auto[data-popper-placement^=top], .btwn-bs-tooltip-bottom, .btwn-bs-tooltip-top {
  padding: .4rem 0;
}
.btwn-bs-tooltip-auto[data-popper-placement^=top] .btwn-tooltip-arrow, .btwn-bs-tooltip-top .btwn-tooltip-arrow {
  bottom: 0;
}
.btwn-bs-tooltip-auto[data-popper-placement^=top] .btwn-tooltip-arrow::before, .btwn-bs-tooltip-top .btwn-tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.btwn-bs-tooltip-auto[data-popper-placement^=left], .btwn-bs-tooltip-auto[data-popper-placement^=right], .btwn-bs-tooltip-end, .btwn-bs-tooltip-start {
  padding: 0 .4rem;
}
.btwn-bs-tooltip-auto[data-popper-placement^=right] .btwn-tooltip-arrow, .btwn-bs-tooltip-end .btwn-tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}
.btwn-bs-tooltip-auto[data-popper-placement^=right] .btwn-tooltip-arrow::before, .btwn-bs-tooltip-end .btwn-tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.btwn-bs-tooltip-auto[data-popper-placement^=bottom] .btwn-tooltip-arrow, .btwn-bs-tooltip-bottom .btwn-tooltip-arrow {
  top: 0;
}
.btwn-bs-tooltip-auto[data-popper-placement^=bottom] .btwn-tooltip-arrow::before, .btwn-bs-tooltip-bottom .btwn-tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.btwn-bs-tooltip-auto[data-popper-placement^=left] .btwn-tooltip-arrow, .btwn-bs-tooltip-start .btwn-tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}
.btwn-bs-tooltip-auto[data-popper-placement^=left] .btwn-tooltip-arrow::before, .btwn-bs-tooltip-start .btwn-tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.btwn-tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  border-radius: .25rem;
}
.btwn-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  text-align: left;
  text-align: start;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
}
.btwn-popover .btwn-popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
}
.btwn-popover .btwn-popover-arrow::after, .btwn-popover .btwn-popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.btwn-bs-popover-auto[data-popper-placement^=top]>.btwn-popover-arrow, .btwn-bs-popover-top>.btwn-popover-arrow {
  bottom: calc(-.5rem - 1px);
}
.btwn-bs-popover-auto[data-popper-placement^=top]>.btwn-popover-arrow::before, .btwn-bs-popover-top>.btwn-popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25);
}
.btwn-bs-popover-auto[data-popper-placement^=top]>.btwn-popover-arrow::after, .btwn-bs-popover-top>.btwn-popover-arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}
.btwn-bs-popover-auto[data-popper-placement^=right]>.btwn-popover-arrow, .btwn-bs-popover-end>.btwn-popover-arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
}
.btwn-bs-popover-auto[data-popper-placement^=right]>.btwn-popover-arrow::before, .btwn-bs-popover-end>.btwn-popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25);
}
.btwn-bs-popover-auto[data-popper-placement^=right]>.btwn-popover-arrow::after, .btwn-bs-popover-end>.btwn-popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}
.btwn-bs-popover-auto[data-popper-placement^=bottom]>.btwn-popover-arrow, .btwn-bs-popover-bottom>.btwn-popover-arrow {
  top: calc(-.5rem - 1px);
}
.btwn-bs-popover-auto[data-popper-placement^=bottom]>.btwn-popover-arrow::before, .btwn-bs-popover-bottom>.btwn-popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.btwn-bs-popover-auto[data-popper-placement^=bottom]>.btwn-popover-arrow::after, .btwn-bs-popover-bottom>.btwn-popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff;
}
.btwn-bs-popover-auto[data-popper-placement^=bottom] .btwn-popover-header::before, .btwn-bs-popover-bottom .btwn-popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.btwn-bs-popover-auto[data-popper-placement^=left]>.btwn-popover-arrow, .btwn-bs-popover-start>.btwn-popover-arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
}
.btwn-bs-popover-auto[data-popper-placement^=left]>.btwn-popover-arrow::before, .btwn-bs-popover-start>.btwn-popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25);
}
.btwn-bs-popover-auto[data-popper-placement^=left]>.btwn-popover-arrow::after, .btwn-bs-popover-start>.btwn-popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}
.btwn-popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.btwn-popover-body {
  padding: 1rem;
  color: #212529;
}
.btwn-carousel.pointer-event {
  touch-action: pan-y;
}
.btwn-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.btwn-carousel-inner::after, .btwn-clearfix::after {
  display: block;
  clear: both;
  content: ""}
.btwn-carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
.btwn-active.carousel-item-end, .btwn-carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.btwn-active.carousel-item-start, .btwn-carousel-item-prev:not(.carousel-item-end), .btwn-offcanvas-start {
  transform: translateX(-100%);
}
.btwn-carousel-fade .btwn-carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.btwn-carousel-fade .btwn-carousel-item-next.carousel-item-start, .btwn-carousel-fade .btwn-carousel-item-prev.carousel-item-end, .btwn-carousel-fade .btwn-carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.btwn-carousel-fade .btwn-active.carousel-item-end, .btwn-carousel-fade .btwn-active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
.btwn-carousel-control-next, .btwn-carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s;
}
.btwn-carousel-control-next:focus, .btwn-carousel-control-next:hover, .btwn-carousel-control-prev:focus, .btwn-carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.btwn-carousel-control-prev {
  left: 0;
}
.btwn-carousel-control-next {
  right: 0;
}
.btwn-carousel-control-next-icon, .btwn-carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%}
.btwn-carousel-control-prev-icon {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.btwn-carousel-control-next-icon {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.btwn-carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.btwn-spinner-border, .btwn-spinner-grow {
  display: inline-block;
  vertical-align: -.125em;
}
.btwn-carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s;
}
.btwn-carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.btwn-carousel-dark .btwn-carousel-control-next-icon, .btwn-carousel-dark .btwn-carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.btwn-carousel-dark .btwn-carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}@keyframes spinner-border {
   to {
     transform: rotate(360deg);
   }
 }.btwn-spinner-border {
    width: 2rem;
    height: 2rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
  }
.btwn-spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}@keyframes spinner-grow {
   0% {
     transform: scale(0);
   }
   50% {
     opacity: 1;
     transform: none;
   }
 }.btwn-spinner-grow {
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
  }
.btwn-spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.btwn-offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btwn-form-control {
    transition: none;
  }
  .btwn-form-control::file-selector-button {
    transition: none;
  }
  .btwn-form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .btwn-accordion-button, .btwn-accordion-button::after, .btwn-btn, .btwn-carousel-control-next, .btwn-carousel-control-prev, .btwn-carousel-fade .btwn-active.carousel-item-end, .btwn-carousel-fade .btwn-active.carousel-item-start, .btwn-carousel-indicators [data-bs-target], .btwn-carousel-item, .btwn-collapsing, .btwn-collapsing.collapse-horizontal, .btwn-fade, .btwn-form-floating>label, .btwn-form-select, .btwn-form-switch .btwn-form-check-input, .btwn-modal.fade .btwn-modal-dialog, .btwn-nav-link, .btwn-navbar-toggler, .btwn-offcanvas, .btwn-page-link, .btwn-progress-bar {
    transition: none;
  }
  .btwn-form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .btwn-form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
  .btwn-progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
  .btwn-spinner-border, .btwn-spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}.btwn-offcanvas-backdrop {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1040;
   width: 100vw;
   height: 100vh;
   background-color: #000;
 }
.btwn-offcanvas-bottom, .btwn-offcanvas-top {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%}
.btwn-placeholder, .btwn-vr {
  background-color: currentColor;
}
.btwn-offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.btwn-offcanvas-header .btwn-btn-close {
  padding: .5rem;
  margin-top: -.5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem;
}
.btwn-offcanvas-body {
  flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
}
.btwn-offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, .2);
}
.btwn-offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(100%);
}
.btwn-offcanvas-top {
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(-100%);
}
.btwn-offcanvas-bottom {
  border-top: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(100%);
}
.btwn-placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  opacity: .5;
}
.btwn-hstack, .btwn-vstack {
  display: flex;
  align-self: stretch;
}
.btwn-placeholder.btn::before {
  display: inline-block;
  content: ""}
.btwn-placeholder-xs {
  min-height: .6em;
}
.btwn-placeholder-sm {
  min-height: .8em;
}
.btwn-placeholder-lg {
  min-height: 1.2em;
}
.btwn-placeholder-glow .btwn-placeholder {
  -webkit-animation: 2s ease-in-out infinite placeholder-glow;
  animation: 2s ease-in-out infinite placeholder-glow;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}@keyframes placeholder-glow {
   50% {
     opacity: .2;
   }
 }.btwn-placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: 2s linear infinite placeholder-wave;
    animation: 2s linear infinite placeholder-wave;
  }
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%}
}@keyframes placeholder-wave {
   100% {
     -webkit-mask-position: -200% 0%;
     mask-position: -200% 0%}
 }.btwn-link-primary {
    color: #0d6efd;
  }
.btwn-link-secondary:focus, .btwn-link-secondary:hover {
  color: #565e64;
}
.btwn-link-success {
  color: #198754;
}
.btwn-link-success:focus, .btwn-link-success:hover {
  color: #146c43;
}
.btwn-link-info {
  color: #0dcaf0;
}
.btwn-link-info:focus, .btwn-link-info:hover {
  color: #3dd5f3;
}
.btwn-link-warning {
  color: #ffc107;
}
.btwn-link-warning:focus, .btwn-link-warning:hover {
  color: #ffcd39;
}
.btwn-link-danger {
  color: #dc3545;
}
.btwn-link-danger:focus, .btwn-link-danger:hover {
  color: #b02a37;
}
.btwn-link-light {
  color: #f8f9fa;
}
.btwn-link-light:focus, .btwn-link-light:hover {
  color: #f9fafb;
}
.btwn-link-dark:focus, .btwn-link-dark:hover {
  color: #1a1e21;
}
.btwn-ratio {
  position: relative;
  width: 100%}
.btwn-ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""}
.btwn-ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%}
.btwn-fixed-bottom, .btwn-fixed-top {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
}
.btwn-ratio-1x1 {
  --bs-aspect-ratio: 100%}
.btwn-ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.btwn-ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.btwn-ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.btwn-fixed-top {
  top: 0;
}
.btwn-fixed-bottom {
  bottom: 0;
}
.btwn-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.btwn-hstack {
  flex-direction: row;
  align-items: center;
}
.btwn-vstack {
  flex: 1 1 auto;
  flex-direction: column;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0, 0, 0, 0)!important;
  white-space: nowrap!important;
  border: 0!important;
}
.btwn-stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""}
.btwn-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btwn-vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  opacity: .25;
}
.btwn-align-baseline {
  vertical-align: baseline!important;
}
.btwn-align-top {
  vertical-align: top!important;
}
.btwn-align-middle {
  vertical-align: middle!important;
}
.btwn-align-bottom {
  vertical-align: bottom!important;
}
.btwn-align-text-bottom {
  vertical-align: text-bottom!important;
}
.btwn-align-text-top {
  vertical-align: text-top!important;
}
.btwn-float-start {
  float: left!important;
}
.btwn-float-end {
  float: right!important;
}
.btwn-float-none {
  float: none!important;
}
.btwn-opacity-0 {
  opacity: 0!important;
}
.btwn-opacity-25 {
  opacity: .25!important;
}
.btwn-opacity-50 {
  opacity: .5!important;
}
.btwn-opacity-75 {
  opacity: .75!important;
}
.btwn-opacity-100 {
  opacity: 1!important;
}
.btwn-overflow-auto {
  overflow: auto!important;
}
.btwn-overflow-hidden {
  overflow: hidden!important;
}
.btwn-overflow-visible {
  overflow: visible!important;
}
.btwn-overflow-scroll {
  overflow: scroll!important;
}
.btwn-d-inline {
  display: inline!important;
}
.btwn-d-inline-block {
  display: inline-block!important;
}
.btwn-d-block {
  display: block!important;
}
.btwn-d-grid {
  display: grid!important;
}
.btwn-d-table {
  display: table!important;
}
.btwn-d-table-row {
  display: table-row!important;
}
.btwn-d-table-cell {
  display: table-cell!important;
}
.btwn-d-flex {
  display: flex!important;
}
.btwn-d-inline-flex {
  display: inline-flex!important;
}
.btwn-shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.btwn-shadow-sm {
  box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075)!important;
}
.btwn-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}
.btwn-shadow-none {
  box-shadow: none!important;
}
.btwn-position-static {
  position: static!important;
}
.btwn-position-relative {
  position: relative!important;
}
.btwn-position-absolute {
  position: absolute!important;
}
.btwn-position-fixed {
  position: fixed!important;
}
.btwn-position-sticky {
  position: -webkit-sticky!important;
  position: sticky!important;
}
.btwn-top-0 {
  top: 0!important;
}
.btwn-top-50 {
  top: 50%!important;
}
.btwn-top-100 {
  top: 100%!important;
}
.btwn-bottom-0 {
  bottom: 0!important;
}
.btwn-bottom-50 {
  bottom: 50%!important;
}
.btwn-bottom-100 {
  bottom: 100%!important;
}
.btwn-start-0 {
  left: 0!important;
}
.btwn-start-50 {
  left: 50%!important;
}
.btwn-start-100 {
  left: 100%!important;
}
.btwn-end-0 {
  right: 0!important;
}
.btwn-end-50 {
  right: 50%!important;
}
.btwn-end-100 {
  right: 100%!important;
}
.btwn-translate-middle {
  transform: translate(-50%, -50%)!important;
}
.btwn-translate-middle-x {
  transform: translateX(-50%)!important;
}
.btwn-translate-middle-y {
  transform: translateY(-50%)!important;
}
.btwn-border {
  border: 1px solid #dee2e6!important;
}
.btwn-border-0 {
  border: 0!important;
}
.btwn-border-top {
  border-top: 1px solid #dee2e6!important;
}
.btwn-border-top-0 {
  border-top: 0!important;
}
.btwn-border-end {
  border-right: 1px solid #dee2e6!important;
}
.btwn-border-end-0 {
  border-right: 0!important;
}
.btwn-border-bottom {
  border-bottom: 1px solid #dee2e6!important;
}
.btwn-border-bottom-0 {
  border-bottom: 0!important;
}
.btwn-border-start {
  border-left: 1px solid #dee2e6!important;
}
.btwn-border-start-0 {
  border-left: 0!important;
}
.btwn-border-primary {
  border-color: #0d6efd!important;
}
.btwn-border-secondary {
  border-color: #6c757d!important;
}
.btwn-border-success {
  border-color: #198754!important;
}
.btwn-border-info {
  border-color: #0dcaf0!important;
}
.btwn-border-warning {
  border-color: #ffc107!important;
}
.btwn-border-danger {
  border-color: #dc3545!important;
}
.btwn-border-light {
  border-color: #f8f9fa!important;
}
.btwn-border-dark {
  border-color: #212529!important;
}
.btwn-border-white {
  border-color: #fff!important;
}
.btwn-border-1 {
  border-width: 1px!important;
}
.btwn-border-2 {
  border-width: 2px!important;
}
.btwn-border-3 {
  border-width: 3px!important;
}
.btwn-border-4 {
  border-width: 4px!important;
}
.btwn-border-5 {
  border-width: 5px!important;
}
.btwn-w-25 {
  width: 25%!important;
}
.btwn-w-50 {
  width: 50%!important;
}
.btwn-w-75 {
  width: 75%!important;
}
.btwn-w-100 {
  width: 100%!important;
}
.btwn-w-auto {
  width: auto!important;
}
.btwn-mw-100 {
  max-width: 100%!important;
}
.btwn-vw-100 {
  width: 100vw!important;
}
.btwn-min-vw-100 {
  min-width: 100vw!important;
}
.btwn-h-25 {
  height: 25%!important;
}
.btwn-h-50 {
  height: 50%!important;
}
.btwn-h-75 {
  height: 75%!important;
}
.btwn-h-100 {
  height: 100%!important;
}
.btwn-h-auto {
  height: auto!important;
}
.btwn-mh-100 {
  max-height: 100%!important;
}
.btwn-vh-100 {
  height: 100vh!important;
}
.btwn-min-vh-100 {
  min-height: 100vh!important;
}
.btwn-flex-fill {
  flex: 1 1 auto!important;
}
.btwn-flex-row {
  flex-direction: row!important;
}
.btwn-flex-column {
  flex-direction: column!important;
}
.btwn-flex-row-reverse {
  flex-direction: row-reverse!important;
}
.btwn-flex-column-reverse {
  flex-direction: column-reverse!important;
}
.btwn-flex-grow-0 {
  flex-grow: 0!important;
}
.btwn-flex-grow-1 {
  flex-grow: 1!important;
}
.btwn-flex-shrink-0 {
  flex-shrink: 0!important;
}
.btwn-flex-shrink-1 {
  flex-shrink: 1!important;
}
.btwn-flex-wrap {
  flex-wrap: wrap!important;
}
.btwn-flex-nowrap {
  flex-wrap: nowrap!important;
}
.btwn-flex-wrap-reverse {
  flex-wrap: wrap-reverse!important;
}
.btwn-gap-0 {
  gap: 0!important;
}
.btwn-gap-1 {
  gap: .25rem!important;
}
.btwn-gap-2 {
  gap: .5rem!important;
}
.btwn-gap-3 {
  gap: 1rem!important;
}
.btwn-gap-4 {
  gap: 1.5rem!important;
}
.btwn-gap-5 {
  gap: 3rem!important;
}
.btwn-justify-content-start {
  justify-content: flex-start!important;
}
.btwn-justify-content-end {
  justify-content: flex-end!important;
}
.btwn-justify-content-center {
  justify-content: center!important;
}
.btwn-justify-content-between {
  justify-content: space-between!important;
}
.btwn-justify-content-around {
  justify-content: space-around!important;
}
.btwn-justify-content-evenly {
  justify-content: space-evenly!important;
}
.btwn-align-items-start {
  align-items: flex-start!important;
}
.btwn-align-items-end {
  align-items: flex-end!important;
}
.btwn-align-items-center {
  align-items: center!important;
}
.btwn-align-items-baseline {
  align-items: baseline!important;
}
.btwn-align-items-stretch {
  align-items: stretch!important;
}
.btwn-align-content-start {
  align-content: flex-start!important;
}
.btwn-align-content-end {
  align-content: flex-end!important;
}
.btwn-align-content-center {
  align-content: center!important;
}
.btwn-align-content-between {
  align-content: space-between!important;
}
.btwn-align-content-around {
  align-content: space-around!important;
}
.btwn-align-content-stretch {
  align-content: stretch!important;
}
.btwn-align-self-auto {
  align-self: auto!important;
}
.btwn-align-self-start {
  align-self: flex-start!important;
}
.btwn-align-self-end {
  align-self: flex-end!important;
}
.btwn-align-self-center {
  align-self: center!important;
}
.btwn-align-self-baseline {
  align-self: baseline!important;
}
.btwn-align-self-stretch {
  align-self: stretch!important;
}
.btwn-order-first {
  order: -1!important;
}
.btwn-order-0 {
  order: 0!important;
}
.btwn-order-1 {
  order: 1!important;
}
.btwn-order-2 {
  order: 2!important;
}
.btwn-order-3 {
  order: 3!important;
}
.btwn-order-4 {
  order: 4!important;
}
.btwn-order-5 {
  order: 5!important;
}
.btwn-order-last {
  order: 6!important;
}
.btwn-m-0 {
  margin: 0!important;
}
.btwn-m-1 {
  margin: .25rem!important;
}
.btwn-m-2 {
  margin: .5rem!important;
}
.btwn-m-3 {
  margin: 1rem!important;
}
.btwn-m-4 {
  margin: 1.5rem!important;
}
.btwn-m-5 {
  margin: 3rem!important;
}
.btwn-m-auto {
  margin: auto!important;
}
.btwn-mx-0 {
  margin-right: 0!important;
  margin-left: 0!important;
}
.btwn-mx-1 {
  margin-right: .25rem!important;
  margin-left: .25rem!important;
}
.btwn-mx-2 {
  margin-right: .5rem!important;
  margin-left: .5rem!important;
}
.btwn-mx-3 {
  margin-right: 1rem!important;
  margin-left: 1rem!important;
}
.btwn-mx-4 {
  margin-right: 1.5rem!important;
  margin-left: 1.5rem!important;
}
.btwn-mx-5 {
  margin-right: 3rem!important;
  margin-left: 3rem!important;
}
.btwn-mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
}
.btwn-my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.btwn-my-1 {
  margin-top: .25rem!important;
  margin-bottom: .25rem!important;
}
.btwn-my-2 {
  margin-top: .5rem!important;
  margin-bottom: .5rem!important;
}
.btwn-my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}
.btwn-my-4 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important;
}
.btwn-my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}
.btwn-my-auto {
  margin-top: auto!important;
  margin-bottom: auto!important;
}
.btwn-mt-0 {
  margin-top: 0!important;
}
.btwn-mt-1 {
  margin-top: .25rem!important;
}
.btwn-mt-2 {
  margin-top: .5rem!important;
}
.btwn-mt-3 {
  margin-top: 1rem!important;
}
.btwn-mt-4 {
  margin-top: 1.5rem!important;
}
.btwn-mt-5 {
  margin-top: 3rem!important;
}
.btwn-mt-auto {
  margin-top: auto!important;
}
.btwn-me-0 {
  margin-right: 0!important;
}
.btwn-me-1 {
  margin-right: .25rem!important;
}
.btwn-me-2 {
  margin-right: .5rem!important;
}
.btwn-me-3 {
  margin-right: 1rem!important;
}
.btwn-me-4 {
  margin-right: 1.5rem!important;
}
.btwn-me-5 {
  margin-right: 3rem!important;
}
.btwn-me-auto {
  margin-right: auto!important;
}
.btwn-mb-0 {
  margin-bottom: 0!important;
}
.btwn-mb-1 {
  margin-bottom: .25rem!important;
}
.btwn-mb-2 {
  margin-bottom: .5rem!important;
}
.btwn-mb-3 {
  margin-bottom: 1rem!important;
}
.btwn-mb-4 {
  margin-bottom: 1.5rem!important;
}
.btwn-mb-5 {
  margin-bottom: 3rem!important;
}
.btwn-mb-auto {
  margin-bottom: auto!important;
}
.btwn-ms-0 {
  margin-left: 0!important;
}
.btwn-ms-1 {
  margin-left: .25rem!important;
}
.btwn-ms-2 {
  margin-left: .5rem!important;
}
.btwn-ms-3 {
  margin-left: 1rem!important;
}
.btwn-ms-4 {
  margin-left: 1.5rem!important;
}
.btwn-ms-5 {
  margin-left: 3rem!important;
}
.btwn-ms-auto {
  margin-left: auto!important;
}
.btwn-p-0 {
  padding: 0!important;
}
.btwn-p-1 {
  padding: .25rem!important;
}
.btwn-p-2 {
  padding: .5rem!important;
}
.btwn-p-3 {
  padding: 1rem!important;
}
.btwn-p-4 {
  padding: 1.5rem!important;
}
.btwn-p-5 {
  padding: 3rem!important;
}
.btwn-px-0 {
  padding-right: 0!important;
  padding-left: 0!important;
}
.btwn-px-1 {
  padding-right: .25rem!important;
  padding-left: .25rem!important;
}
.btwn-px-2 {
  padding-right: .5rem!important;
  padding-left: .5rem!important;
}
.btwn-px-3 {
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}
.btwn-px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important;
}
.btwn-px-5 {
  padding-right: 3rem!important;
  padding-left: 3rem!important;
}
.btwn-py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.btwn-py-1 {
  padding-top: .25rem!important;
  padding-bottom: .25rem!important;
}
.btwn-py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important;
}
.btwn-py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}
.btwn-py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}
.btwn-py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}
.btwn-pt-0 {
  padding-top: 0!important;
}
.btwn-pt-1 {
  padding-top: .25rem!important;
}
.btwn-pt-2 {
  padding-top: .5rem!important;
}
.btwn-pt-3 {
  padding-top: 1rem!important;
}
.btwn-pt-4 {
  padding-top: 1.5rem!important;
}
.btwn-pt-5 {
  padding-top: 3rem!important;
}
.btwn-pe-0 {
  padding-right: 0!important;
}
.btwn-pe-1 {
  padding-right: .25rem!important;
}
.btwn-pe-2 {
  padding-right: .5rem!important;
}
.btwn-pe-3 {
  padding-right: 1rem!important;
}
.btwn-pe-4 {
  padding-right: 1.5rem!important;
}
.btwn-pe-5 {
  padding-right: 3rem!important;
}
.btwn-pb-0 {
  padding-bottom: 0!important;
}
.btwn-pb-1 {
  padding-bottom: .25rem!important;
}
.btwn-pb-2 {
  padding-bottom: .5rem!important;
}
.btwn-pb-3 {
  padding-bottom: 1rem!important;
}
.btwn-pb-4 {
  padding-bottom: 1.5rem!important;
}
.btwn-pb-5 {
  padding-bottom: 3rem!important;
}
.btwn-ps-0 {
  padding-left: 0!important;
}
.btwn-ps-1 {
  padding-left: .25rem!important;
}
.btwn-ps-2 {
  padding-left: .5rem!important;
}
.btwn-ps-3 {
  padding-left: 1rem!important;
}
.btwn-ps-4 {
  padding-left: 1.5rem!important;
}
.btwn-ps-5 {
  padding-left: 3rem!important;
}
.btwn-font-monospace {
  font-family: var(--bs-font-monospace)!important;
}
.btwn-fs-1 {
  font-size: calc(1.375rem + 1.5vw)!important;
}
.btwn-fs-2 {
  font-size: calc(1.325rem + .9vw)!important;
}
.btwn-fs-3 {
  font-size: calc(1.3rem + .6vw)!important;
}
.btwn-fs-4 {
  font-size: calc(1.275rem + .3vw)!important;
}
.btwn-fs-5 {
  font-size: 1.25rem!important;
}
.btwn-fs-6 {
  font-size: 1rem!important;
}
.btwn-fst-italic {
  font-style: italic!important;
}
.btwn-fst-normal {
  font-style: normal!important;
}
.btwn-fw-light {
  font-weight: 300!important;
}
.btwn-fw-lighter {
  font-weight: lighter!important;
}
.btwn-fw-normal {
  font-weight: 400!important;
}
.btwn-fw-bold {
  font-weight: 700!important;
}
.btwn-fw-bolder {
  font-weight: bolder!important;
}
.btwn-lh-1 {
  line-height: 1!important;
}
.btwn-lh-sm {
  line-height: 1.25!important;
}
.btwn-lh-base {
  line-height: 1.5!important;
}
.btwn-lh-lg {
  line-height: 2!important;
}
.btwn-text-start {
  text-align: left!important;
}
.btwn-text-end {
  text-align: right!important;
}
.btwn-text-center {
  text-align: center!important;
}
.btwn-text-decoration-none {
  text-decoration: none!important;
}
.btwn-text-decoration-underline {
  text-decoration: underline!important;
}
.btwn-text-decoration-line-through {
  text-decoration: line-through!important;
}
.btwn-text-lowercase {
  text-transform: lowercase!important;
}
.btwn-text-uppercase {
  text-transform: uppercase!important;
}
.btwn-text-capitalize {
  text-transform: capitalize!important;
}
.btwn-text-wrap {
  white-space: normal!important;
}
.btwn-text-nowrap {
  white-space: nowrap!important;
}
.btwn-text-break {
  word-wrap: break-word!important;
  word-break: break-word!important;
}
.btwn-text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important;
}
.btwn-text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))!important;
}
.btwn-text-success {
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity))!important;
}
.btwn-text-info {
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity))!important;
}
.btwn-text-warning {
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity))!important;
}
.btwn-text-danger {
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity))!important;
}
.btwn-text-light {
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity))!important;
}
.btwn-text-dark {
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity))!important;
}
.btwn-text-black {
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity))!important;
}
.btwn-text-white {
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important;
}
.btwn-text-body {
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity))!important;
}
.btwn-text-muted {
  color: #6c757d!important;
}
.btwn-text-black-50 {
  color: rgba(0, 0, 0, .5)!important;
}
.btwn-text-white-50 {
  color: rgba(255, 255, 255, .5)!important;
}
.btwn-text-reset {
  color: inherit!important;
}
.btwn-text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.btwn-text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.btwn-text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.btwn-text-opacity-100 {
  --bs-text-opacity: 1;
}
.btwn-bg-primary {
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))!important;
}
.btwn-bg-secondary {
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity))!important;
}
.btwn-bg-success {
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important;
}
.btwn-bg-info {
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity))!important;
}
.btwn-bg-warning {
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))!important;
}
.btwn-bg-danger {
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))!important;
}
.btwn-bg-light {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important;
}
.btwn-bg-dark {
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))!important;
}
.btwn-bg-black {
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity))!important;
}
.btwn-bg-white {
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity))!important;
}
.btwn-bg-body {
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity))!important;
}
.btwn-bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent!important;
}
.btwn-bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.btwn-bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.btwn-bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.btwn-bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.btwn-bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.btwn-bg-gradient {
  background-image: var(--bs-gradient)!important;
}
.btwn-user-select-all {
  -webkit-user-select: all!important;
  -moz-user-select: all!important;
  user-select: all!important;
}
.btwn-user-select-auto {
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  user-select: auto!important;
}
.btwn-user-select-none {
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  user-select: none!important;
}
.btwn-pe-none {
  pointer-events: none!important;
}
.btwn-pe-auto {
  pointer-events: auto!important;
}
.btwn-rounded, .btwn-rounded-2 {
  border-radius: .25rem!important;
}
.btwn-rounded-0 {
  border-radius: 0!important;
}
.btwn-rounded-1 {
  border-radius: .2rem!important;
}
.btwn-rounded-3 {
  border-radius: .3rem!important;
}
.btwn-rounded-circle {
  border-radius: 50%!important;
}
.btwn-rounded-pill {
  border-radius: 50rem!important;
}
.btwn-rounded-end, .btwn-rounded-top {
  border-top-right-radius: .25rem!important;
}
.btwn-rounded-bottom, .btwn-rounded-end {
  border-bottom-right-radius: .25rem!important;
}
.btwn-rounded-bottom, .btwn-rounded-start {
  border-bottom-left-radius: .25rem!important;
}
.btwn-rounded-start, .btwn-rounded-top {
  border-top-left-radius: .25rem!important;
}
.btwn-visible {
  visibility: visible!important;
}
.btwn-invisible {
  visibility: hidden!important;
}
@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .btwn-navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .btwn-list-group-horizontal-sm, .btwn-navbar-expand-sm .btwn-navbar-nav {
    flex-direction: row;
  }
  .btwn-navbar-expand-sm .btwn-navbar-nav .dropdown-menu {
    position: absolute;
  }
  .btwn-navbar-expand-sm .btwn-navbar-nav .btwn-nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .btwn-navbar-expand-sm .btwn-navbar-nav-scroll {
    overflow: visible;
  }
  .btwn-navbar-expand-sm .btwn-navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }
  .btwn-navbar-expand-sm .btwn-navbar-toggler, .btwn-navbar-expand-sm .btwn-offcanvas-header {
    display: none;
  }
  .btwn-navbar-expand-sm .btwn-offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible!important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .btwn-navbar-expand-sm .btwn-offcanvas-bottom, .btwn-navbar-expand-sm .btwn-offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .btwn-navbar-expand-sm .btwn-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .btwn-card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .btwn-card-group>.btwn-card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .btwn-card-group>.btwn-card+.btwn-card {
    margin-left: 0;
    border-left: 0;
  }
  .btwn-card-group>.btwn-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btwn-card-group>.btwn-card:not(:last-child) .btwn-card-header, .btwn-card-group>.btwn-card:not(:last-child) .btwn-card-img-top {
    border-top-right-radius: 0;
  }
  .btwn-card-group>.btwn-card:not(:last-child) .btwn-card-footer, .btwn-card-group>.btwn-card:not(:last-child) .btwn-card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .btwn-card-group>.btwn-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btwn-card-group>.btwn-card:not(:first-child) .btwn-card-header, .btwn-card-group>.btwn-card:not(:first-child) .btwn-card-img-top {
    border-top-left-radius: 0;
  }
  .btwn-card-group>.btwn-card:not(:first-child) .btwn-card-footer, .btwn-card-group>.btwn-card:not(:first-child) .btwn-card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .btwn-list-group-horizontal-sm>.btwn-list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .btwn-list-group-horizontal-sm>.btwn-list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .btwn-list-group-horizontal-sm>.btwn-list-group-item.active {
    margin-top: 0;
  }
  .btwn-list-group-horizontal-sm>.btwn-list-group-item+.btwn-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .btwn-list-group-horizontal-sm>.btwn-list-group-item+.btwn-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .btwn-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .btwn-modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .btwn-modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .btwn-modal-sm {
    max-width: 300px;
  }
  .btwn-sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .btwn-float-sm-start {
    float: left!important;
  }
  .btwn-float-sm-end {
    float: right!important;
  }
  .btwn-float-sm-none {
    float: none!important;
  }
  .btwn-d-sm-inline {
    display: inline!important;
  }
  .btwn-d-sm-inline-block {
    display: inline-block!important;
  }
  .btwn-d-sm-block {
    display: block!important;
  }
  .btwn-d-sm-grid {
    display: grid!important;
  }
  .btwn-d-sm-table {
    display: table!important;
  }
  .btwn-d-sm-table-row {
    display: table-row!important;
  }
  .btwn-d-sm-table-cell {
    display: table-cell!important;
  }
  .btwn-d-sm-flex {
    display: flex!important;
  }
  .btwn-d-sm-inline-flex {
    display: inline-flex!important;
  }
  .btwn-d-sm-none {
    display: none!important;
  }
  .btwn-flex-sm-fill {
    flex: 1 1 auto!important;
  }
  .btwn-flex-sm-row {
    flex-direction: row!important;
  }
  .btwn-flex-sm-column {
    flex-direction: column!important;
  }
  .btwn-flex-sm-row-reverse {
    flex-direction: row-reverse!important;
  }
  .btwn-flex-sm-column-reverse {
    flex-direction: column-reverse!important;
  }
  .btwn-flex-sm-grow-0 {
    flex-grow: 0!important;
  }
  .btwn-flex-sm-grow-1 {
    flex-grow: 1!important;
  }
  .btwn-flex-sm-shrink-0 {
    flex-shrink: 0!important;
  }
  .btwn-flex-sm-shrink-1 {
    flex-shrink: 1!important;
  }
  .btwn-flex-sm-wrap {
    flex-wrap: wrap!important;
  }
  .btwn-flex-sm-nowrap {
    flex-wrap: nowrap!important;
  }
  .btwn-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse!important;
  }
  .btwn-gap-sm-0 {
    gap: 0!important;
  }
  .btwn-gap-sm-1 {
    gap: .25rem!important;
  }
  .btwn-gap-sm-2 {
    gap: .5rem!important;
  }
  .btwn-gap-sm-3 {
    gap: 1rem!important;
  }
  .btwn-gap-sm-4 {
    gap: 1.5rem!important;
  }
  .btwn-gap-sm-5 {
    gap: 3rem!important;
  }
  .btwn-justify-content-sm-start {
    justify-content: flex-start!important;
  }
  .btwn-justify-content-sm-end {
    justify-content: flex-end!important;
  }
  .btwn-justify-content-sm-center {
    justify-content: center!important;
  }
  .btwn-justify-content-sm-between {
    justify-content: space-between!important;
  }
  .btwn-justify-content-sm-around {
    justify-content: space-around!important;
  }
  .btwn-justify-content-sm-evenly {
    justify-content: space-evenly!important;
  }
  .btwn-align-items-sm-start {
    align-items: flex-start!important;
  }
  .btwn-align-items-sm-end {
    align-items: flex-end!important;
  }
  .btwn-align-items-sm-center {
    align-items: center!important;
  }
  .btwn-align-items-sm-baseline {
    align-items: baseline!important;
  }
  .btwn-align-items-sm-stretch {
    align-items: stretch!important;
  }
  .btwn-align-content-sm-start {
    align-content: flex-start!important;
  }
  .btwn-align-content-sm-end {
    align-content: flex-end!important;
  }
  .btwn-align-content-sm-center {
    align-content: center!important;
  }
  .btwn-align-content-sm-between {
    align-content: space-between!important;
  }
  .btwn-align-content-sm-around {
    align-content: space-around!important;
  }
  .btwn-align-content-sm-stretch {
    align-content: stretch!important;
  }
  .btwn-align-self-sm-auto {
    align-self: auto!important;
  }
  .btwn-align-self-sm-start {
    align-self: flex-start!important;
  }
  .btwn-align-self-sm-end {
    align-self: flex-end!important;
  }
  .btwn-align-self-sm-center {
    align-self: center!important;
  }
  .btwn-align-self-sm-baseline {
    align-self: baseline!important;
  }
  .btwn-align-self-sm-stretch {
    align-self: stretch!important;
  }
  .btwn-order-sm-first {
    order: -1!important;
  }
  .btwn-order-sm-0 {
    order: 0!important;
  }
  .btwn-order-sm-1 {
    order: 1!important;
  }
  .btwn-order-sm-2 {
    order: 2!important;
  }
  .btwn-order-sm-3 {
    order: 3!important;
  }
  .btwn-order-sm-4 {
    order: 4!important;
  }
  .btwn-order-sm-5 {
    order: 5!important;
  }
  .btwn-order-sm-last {
    order: 6!important;
  }
  .btwn-m-sm-0 {
    margin: 0!important;
  }
  .btwn-m-sm-1 {
    margin: .25rem!important;
  }
  .btwn-m-sm-2 {
    margin: .5rem!important;
  }
  .btwn-m-sm-3 {
    margin: 1rem!important;
  }
  .btwn-m-sm-4 {
    margin: 1.5rem!important;
  }
  .btwn-m-sm-5 {
    margin: 3rem!important;
  }
  .btwn-m-sm-auto {
    margin: auto!important;
  }
  .btwn-mx-sm-0 {
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .btwn-mx-sm-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important;
  }
  .btwn-mx-sm-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important;
  }
  .btwn-mx-sm-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important;
  }
  .btwn-mx-sm-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important;
  }
  .btwn-mx-sm-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important;
  }
  .btwn-mx-sm-auto {
    margin-right: auto!important;
    margin-left: auto!important;
  }
  .btwn-my-sm-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .btwn-my-sm-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important;
  }
  .btwn-my-sm-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important;
  }
  .btwn-my-sm-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
  .btwn-my-sm-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
  }
  .btwn-my-sm-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
  }
  .btwn-my-sm-auto {
    margin-top: auto!important;
    margin-bottom: auto!important;
  }
  .btwn-mt-sm-0 {
    margin-top: 0!important;
  }
  .btwn-mt-sm-1 {
    margin-top: .25rem!important;
  }
  .btwn-mt-sm-2 {
    margin-top: .5rem!important;
  }
  .btwn-mt-sm-3 {
    margin-top: 1rem!important;
  }
  .btwn-mt-sm-4 {
    margin-top: 1.5rem!important;
  }
  .btwn-mt-sm-5 {
    margin-top: 3rem!important;
  }
  .btwn-mt-sm-auto {
    margin-top: auto!important;
  }
  .btwn-me-sm-0 {
    margin-right: 0!important;
  }
  .btwn-me-sm-1 {
    margin-right: .25rem!important;
  }
  .btwn-me-sm-2 {
    margin-right: .5rem!important;
  }
  .btwn-me-sm-3 {
    margin-right: 1rem!important;
  }
  .btwn-me-sm-4 {
    margin-right: 1.5rem!important;
  }
  .btwn-me-sm-5 {
    margin-right: 3rem!important;
  }
  .btwn-me-sm-auto {
    margin-right: auto!important;
  }
  .btwn-mb-sm-0 {
    margin-bottom: 0!important;
  }
  .btwn-mb-sm-1 {
    margin-bottom: .25rem!important;
  }
  .btwn-mb-sm-2 {
    margin-bottom: .5rem!important;
  }
  .btwn-mb-sm-3 {
    margin-bottom: 1rem!important;
  }
  .btwn-mb-sm-4 {
    margin-bottom: 1.5rem!important;
  }
  .btwn-mb-sm-5 {
    margin-bottom: 3rem!important;
  }
  .btwn-mb-sm-auto {
    margin-bottom: auto!important;
  }
  .btwn-ms-sm-0 {
    margin-left: 0!important;
  }
  .btwn-ms-sm-1 {
    margin-left: .25rem!important;
  }
  .btwn-ms-sm-2 {
    margin-left: .5rem!important;
  }
  .btwn-ms-sm-3 {
    margin-left: 1rem!important;
  }
  .btwn-ms-sm-4 {
    margin-left: 1.5rem!important;
  }
  .btwn-ms-sm-5 {
    margin-left: 3rem!important;
  }
  .btwn-ms-sm-auto {
    margin-left: auto!important;
  }
  .btwn-p-sm-0 {
    padding: 0!important;
  }
  .btwn-p-sm-1 {
    padding: .25rem!important;
  }
  .btwn-p-sm-2 {
    padding: .5rem!important;
  }
  .btwn-p-sm-3 {
    padding: 1rem!important;
  }
  .btwn-p-sm-4 {
    padding: 1.5rem!important;
  }
  .btwn-p-sm-5 {
    padding: 3rem!important;
  }
  .btwn-px-sm-0 {
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .btwn-px-sm-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important;
  }
  .btwn-px-sm-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important;
  }
  .btwn-px-sm-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
  }
  .btwn-px-sm-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
  }
  .btwn-px-sm-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
  .btwn-py-sm-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .btwn-py-sm-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
  }
  .btwn-py-sm-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
  }
  .btwn-py-sm-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
  }
  .btwn-py-sm-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
  }
  .btwn-py-sm-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
  .btwn-pt-sm-0 {
    padding-top: 0!important;
  }
  .btwn-pt-sm-1 {
    padding-top: .25rem!important;
  }
  .btwn-pt-sm-2 {
    padding-top: .5rem!important;
  }
  .btwn-pt-sm-3 {
    padding-top: 1rem!important;
  }
  .btwn-pt-sm-4 {
    padding-top: 1.5rem!important;
  }
  .btwn-pt-sm-5 {
    padding-top: 3rem!important;
  }
  .btwn-pe-sm-0 {
    padding-right: 0!important;
  }
  .btwn-pe-sm-1 {
    padding-right: .25rem!important;
  }
  .btwn-pe-sm-2 {
    padding-right: .5rem!important;
  }
  .btwn-pe-sm-3 {
    padding-right: 1rem!important;
  }
  .btwn-pe-sm-4 {
    padding-right: 1.5rem!important;
  }
  .btwn-pe-sm-5 {
    padding-right: 3rem!important;
  }
  .btwn-pb-sm-0 {
    padding-bottom: 0!important;
  }
  .btwn-pb-sm-1 {
    padding-bottom: .25rem!important;
  }
  .btwn-pb-sm-2 {
    padding-bottom: .5rem!important;
  }
  .btwn-pb-sm-3 {
    padding-bottom: 1rem!important;
  }
  .btwn-pb-sm-4 {
    padding-bottom: 1.5rem!important;
  }
  .btwn-pb-sm-5 {
    padding-bottom: 3rem!important;
  }
  .btwn-ps-sm-0 {
    padding-left: 0!important;
  }
  .btwn-ps-sm-1 {
    padding-left: .25rem!important;
  }
  .btwn-ps-sm-2 {
    padding-left: .5rem!important;
  }
  .btwn-ps-sm-3 {
    padding-left: 1rem!important;
  }
  .btwn-ps-sm-4 {
    padding-left: 1.5rem!important;
  }
  .btwn-ps-sm-5 {
    padding-left: 3rem!important;
  }
  .btwn-text-sm-start {
    text-align: left!important;
  }
  .btwn-text-sm-end {
    text-align: right!important;
  }
  .btwn-text-sm-center {
    text-align: center!important;
  }
}@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .btwn-navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .btwn-list-group-horizontal-md, .btwn-navbar-expand-md .btwn-navbar-nav {
    flex-direction: row;
  }
  .btwn-navbar-expand-md .btwn-navbar-nav .dropdown-menu {
    position: absolute;
  }
  .btwn-navbar-expand-md .btwn-navbar-nav .btwn-nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .btwn-navbar-expand-md .btwn-navbar-nav-scroll {
    overflow: visible;
  }
  .btwn-navbar-expand-md .btwn-navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }
  .btwn-navbar-expand-md .btwn-navbar-toggler, .btwn-navbar-expand-md .btwn-offcanvas-header {
    display: none;
  }
  .btwn-navbar-expand-md .btwn-offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible!important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .btwn-navbar-expand-md .btwn-offcanvas-bottom, .btwn-navbar-expand-md .btwn-offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .btwn-navbar-expand-md .btwn-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .btwn-list-group-horizontal-md>.btwn-list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .btwn-list-group-horizontal-md>.btwn-list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .btwn-list-group-horizontal-md>.btwn-list-group-item.active {
    margin-top: 0;
  }
  .btwn-list-group-horizontal-md>.btwn-list-group-item+.btwn-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .btwn-list-group-horizontal-md>.btwn-list-group-item+.btwn-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .btwn-sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .btwn-float-md-start {
    float: left!important;
  }
  .btwn-float-md-end {
    float: right!important;
  }
  .btwn-float-md-none {
    float: none!important;
  }
  .btwn-d-md-inline {
    display: inline!important;
  }
  .btwn-d-md-inline-block {
    display: inline-block!important;
  }
  .btwn-d-md-block {
    display: block!important;
  }
  .btwn-d-md-grid {
    display: grid!important;
  }
  .btwn-d-md-table {
    display: table!important;
  }
  .btwn-d-md-table-row {
    display: table-row!important;
  }
  .btwn-d-md-table-cell {
    display: table-cell!important;
  }
  .btwn-d-md-flex {
    display: flex!important;
  }
  .btwn-d-md-inline-flex {
    display: inline-flex!important;
  }
  .btwn-d-md-none {
    display: none!important;
  }
  .btwn-flex-md-fill {
    flex: 1 1 auto!important;
  }
  .btwn-flex-md-row {
    flex-direction: row!important;
  }
  .btwn-flex-md-column {
    flex-direction: column!important;
  }
  .btwn-flex-md-row-reverse {
    flex-direction: row-reverse!important;
  }
  .btwn-flex-md-column-reverse {
    flex-direction: column-reverse!important;
  }
  .btwn-flex-md-grow-0 {
    flex-grow: 0!important;
  }
  .btwn-flex-md-grow-1 {
    flex-grow: 1!important;
  }
  .btwn-flex-md-shrink-0 {
    flex-shrink: 0!important;
  }
  .btwn-flex-md-shrink-1 {
    flex-shrink: 1!important;
  }
  .btwn-flex-md-wrap {
    flex-wrap: wrap!important;
  }
  .btwn-flex-md-nowrap {
    flex-wrap: nowrap!important;
  }
  .btwn-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse!important;
  }
  .btwn-gap-md-0 {
    gap: 0!important;
  }
  .btwn-gap-md-1 {
    gap: .25rem!important;
  }
  .btwn-gap-md-2 {
    gap: .5rem!important;
  }
  .btwn-gap-md-3 {
    gap: 1rem!important;
  }
  .btwn-gap-md-4 {
    gap: 1.5rem!important;
  }
  .btwn-gap-md-5 {
    gap: 3rem!important;
  }
  .btwn-justify-content-md-start {
    justify-content: flex-start!important;
  }
  .btwn-justify-content-md-end {
    justify-content: flex-end!important;
  }
  .btwn-justify-content-md-center {
    justify-content: center!important;
  }
  .btwn-justify-content-md-between {
    justify-content: space-between!important;
  }
  .btwn-justify-content-md-around {
    justify-content: space-around!important;
  }
  .btwn-justify-content-md-evenly {
    justify-content: space-evenly!important;
  }
  .btwn-align-items-md-start {
    align-items: flex-start!important;
  }
  .btwn-align-items-md-end {
    align-items: flex-end!important;
  }
  .btwn-align-items-md-center {
    align-items: center!important;
  }
  .btwn-align-items-md-baseline {
    align-items: baseline!important;
  }
  .btwn-align-items-md-stretch {
    align-items: stretch!important;
  }
  .btwn-align-content-md-start {
    align-content: flex-start!important;
  }
  .btwn-align-content-md-end {
    align-content: flex-end!important;
  }
  .btwn-align-content-md-center {
    align-content: center!important;
  }
  .btwn-align-content-md-between {
    align-content: space-between!important;
  }
  .btwn-align-content-md-around {
    align-content: space-around!important;
  }
  .btwn-align-content-md-stretch {
    align-content: stretch!important;
  }
  .btwn-align-self-md-auto {
    align-self: auto!important;
  }
  .btwn-align-self-md-start {
    align-self: flex-start!important;
  }
  .btwn-align-self-md-end {
    align-self: flex-end!important;
  }
  .btwn-align-self-md-center {
    align-self: center!important;
  }
  .btwn-align-self-md-baseline {
    align-self: baseline!important;
  }
  .btwn-align-self-md-stretch {
    align-self: stretch!important;
  }
  .btwn-order-md-first {
    order: -1!important;
  }
  .btwn-order-md-0 {
    order: 0!important;
  }
  .btwn-order-md-1 {
    order: 1!important;
  }
  .btwn-order-md-2 {
    order: 2!important;
  }
  .btwn-order-md-3 {
    order: 3!important;
  }
  .btwn-order-md-4 {
    order: 4!important;
  }
  .btwn-order-md-5 {
    order: 5!important;
  }
  .btwn-order-md-last {
    order: 6!important;
  }
  .btwn-m-md-0 {
    margin: 0!important;
  }
  .btwn-m-md-1 {
    margin: .25rem!important;
  }
  .btwn-m-md-2 {
    margin: .5rem!important;
  }
  .btwn-m-md-3 {
    margin: 1rem!important;
  }
  .btwn-m-md-4 {
    margin: 1.5rem!important;
  }
  .btwn-m-md-5 {
    margin: 3rem!important;
  }
  .btwn-m-md-auto {
    margin: auto!important;
  }
  .btwn-mx-md-0 {
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .btwn-mx-md-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important;
  }
  .btwn-mx-md-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important;
  }
  .btwn-mx-md-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important;
  }
  .btwn-mx-md-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important;
  }
  .btwn-mx-md-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important;
  }
  .btwn-mx-md-auto {
    margin-right: auto!important;
    margin-left: auto!important;
  }
  .btwn-my-md-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .btwn-my-md-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important;
  }
  .btwn-my-md-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important;
  }
  .btwn-my-md-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
  .btwn-my-md-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
  }
  .btwn-my-md-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
  }
  .btwn-my-md-auto {
    margin-top: auto!important;
    margin-bottom: auto!important;
  }
  .btwn-mt-md-0 {
    margin-top: 0!important;
  }
  .btwn-mt-md-1 {
    margin-top: .25rem!important;
  }
  .btwn-mt-md-2 {
    margin-top: .5rem!important;
  }
  .btwn-mt-md-3 {
    margin-top: 1rem!important;
  }
  .btwn-mt-md-4 {
    margin-top: 1.5rem!important;
  }
  .btwn-mt-md-5 {
    margin-top: 3rem!important;
  }
  .btwn-mt-md-auto {
    margin-top: auto!important;
  }
  .btwn-me-md-0 {
    margin-right: 0!important;
  }
  .btwn-me-md-1 {
    margin-right: .25rem!important;
  }
  .btwn-me-md-2 {
    margin-right: .5rem!important;
  }
  .btwn-me-md-3 {
    margin-right: 1rem!important;
  }
  .btwn-me-md-4 {
    margin-right: 1.5rem!important;
  }
  .btwn-me-md-5 {
    margin-right: 3rem!important;
  }
  .btwn-me-md-auto {
    margin-right: auto!important;
  }
  .btwn-mb-md-0 {
    margin-bottom: 0!important;
  }
  .btwn-mb-md-1 {
    margin-bottom: .25rem!important;
  }
  .btwn-mb-md-2 {
    margin-bottom: .5rem!important;
  }
  .btwn-mb-md-3 {
    margin-bottom: 1rem!important;
  }
  .btwn-mb-md-4 {
    margin-bottom: 1.5rem!important;
  }
  .btwn-mb-md-5 {
    margin-bottom: 3rem!important;
  }
  .btwn-mb-md-auto {
    margin-bottom: auto!important;
  }
  .btwn-ms-md-0 {
    margin-left: 0!important;
  }
  .btwn-ms-md-1 {
    margin-left: .25rem!important;
  }
  .btwn-ms-md-2 {
    margin-left: .5rem!important;
  }
  .btwn-ms-md-3 {
    margin-left: 1rem!important;
  }
  .btwn-ms-md-4 {
    margin-left: 1.5rem!important;
  }
  .btwn-ms-md-5 {
    margin-left: 3rem!important;
  }
  .btwn-ms-md-auto {
    margin-left: auto!important;
  }
  .btwn-p-md-0 {
    padding: 0!important;
  }
  .btwn-p-md-1 {
    padding: .25rem!important;
  }
  .btwn-p-md-2 {
    padding: .5rem!important;
  }
  .btwn-p-md-3 {
    padding: 1rem!important;
  }
  .btwn-p-md-4 {
    padding: 1.5rem!important;
  }
  .btwn-p-md-5 {
    padding: 3rem!important;
  }
  .btwn-px-md-0 {
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .btwn-px-md-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important;
  }
  .btwn-px-md-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important;
  }
  .btwn-px-md-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
  }
  .btwn-px-md-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
  }
  .btwn-px-md-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
  .btwn-py-md-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .btwn-py-md-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
  }
  .btwn-py-md-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
  }
  .btwn-py-md-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
  }
  .btwn-py-md-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
  }
  .btwn-py-md-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
  .btwn-pt-md-0 {
    padding-top: 0!important;
  }
  .btwn-pt-md-1 {
    padding-top: .25rem!important;
  }
  .btwn-pt-md-2 {
    padding-top: .5rem!important;
  }
  .btwn-pt-md-3 {
    padding-top: 1rem!important;
  }
  .btwn-pt-md-4 {
    padding-top: 1.5rem!important;
  }
  .btwn-pt-md-5 {
    padding-top: 3rem!important;
  }
  .btwn-pe-md-0 {
    padding-right: 0!important;
  }
  .btwn-pe-md-1 {
    padding-right: .25rem!important;
  }
  .btwn-pe-md-2 {
    padding-right: .5rem!important;
  }
  .btwn-pe-md-3 {
    padding-right: 1rem!important;
  }
  .btwn-pe-md-4 {
    padding-right: 1.5rem!important;
  }
  .btwn-pe-md-5 {
    padding-right: 3rem!important;
  }
  .btwn-pb-md-0 {
    padding-bottom: 0!important;
  }
  .btwn-pb-md-1 {
    padding-bottom: .25rem!important;
  }
  .btwn-pb-md-2 {
    padding-bottom: .5rem!important;
  }
  .btwn-pb-md-3 {
    padding-bottom: 1rem!important;
  }
  .btwn-pb-md-4 {
    padding-bottom: 1.5rem!important;
  }
  .btwn-pb-md-5 {
    padding-bottom: 3rem!important;
  }
  .btwn-ps-md-0 {
    padding-left: 0!important;
  }
  .btwn-ps-md-1 {
    padding-left: .25rem!important;
  }
  .btwn-ps-md-2 {
    padding-left: .5rem!important;
  }
  .btwn-ps-md-3 {
    padding-left: 1rem!important;
  }
  .btwn-ps-md-4 {
    padding-left: 1.5rem!important;
  }
  .btwn-ps-md-5 {
    padding-left: 3rem!important;
  }
  .btwn-text-md-start {
    text-align: left!important;
  }
  .btwn-text-md-end {
    text-align: right!important;
  }
  .btwn-text-md-center {
    text-align: center!important;
  }
}@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .btwn-navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .btwn-list-group-horizontal-lg, .btwn-navbar-expand-lg .btwn-navbar-nav {
    flex-direction: row;
  }
  .btwn-navbar-expand-lg .btwn-navbar-nav .dropdown-menu {
    position: absolute;
  }
  .btwn-navbar-expand-lg .btwn-navbar-nav .btwn-nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .btwn-navbar-expand-lg .btwn-navbar-nav-scroll {
    overflow: visible;
  }
  .btwn-navbar-expand-lg .btwn-navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }
  .btwn-navbar-expand-lg .btwn-navbar-toggler, .btwn-navbar-expand-lg .btwn-offcanvas-header {
    display: none;
  }
  .btwn-navbar-expand-lg .btwn-offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible!important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .btwn-navbar-expand-lg .btwn-offcanvas-bottom, .btwn-navbar-expand-lg .btwn-offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .btwn-navbar-expand-lg .btwn-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .btwn-list-group-horizontal-lg>.btwn-list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .btwn-list-group-horizontal-lg>.btwn-list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .btwn-list-group-horizontal-lg>.btwn-list-group-item.active {
    margin-top: 0;
  }
  .btwn-list-group-horizontal-lg>.btwn-list-group-item+.btwn-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .btwn-list-group-horizontal-lg>.btwn-list-group-item+.btwn-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .btwn-modal-lg, .btwn-modal-xl {
    max-width: 800px;
  }
  .btwn-sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .btwn-float-lg-start {
    float: left!important;
  }
  .btwn-float-lg-end {
    float: right!important;
  }
  .btwn-float-lg-none {
    float: none!important;
  }
  .btwn-d-lg-inline {
    display: inline!important;
  }
  .btwn-d-lg-inline-block {
    display: inline-block!important;
  }
  .btwn-d-lg-block {
    display: block!important;
  }
  .btwn-d-lg-grid {
    display: grid!important;
  }
  .btwn-d-lg-table {
    display: table!important;
  }
  .btwn-d-lg-table-row {
    display: table-row!important;
  }
  .btwn-d-lg-table-cell {
    display: table-cell!important;
  }
  .btwn-d-lg-flex {
    display: flex!important;
  }
  .btwn-d-lg-inline-flex {
    display: inline-flex!important;
  }
  .btwn-d-lg-none {
    display: none!important;
  }
  .btwn-flex-lg-fill {
    flex: 1 1 auto!important;
  }
  .btwn-flex-lg-row {
    flex-direction: row!important;
  }
  .btwn-flex-lg-column {
    flex-direction: column!important;
  }
  .btwn-flex-lg-row-reverse {
    flex-direction: row-reverse!important;
  }
  .btwn-flex-lg-column-reverse {
    flex-direction: column-reverse!important;
  }
  .btwn-flex-lg-grow-0 {
    flex-grow: 0!important;
  }
  .btwn-flex-lg-grow-1 {
    flex-grow: 1!important;
  }
  .btwn-flex-lg-shrink-0 {
    flex-shrink: 0!important;
  }
  .btwn-flex-lg-shrink-1 {
    flex-shrink: 1!important;
  }
  .btwn-flex-lg-wrap {
    flex-wrap: wrap!important;
  }
  .btwn-flex-lg-nowrap {
    flex-wrap: nowrap!important;
  }
  .btwn-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse!important;
  }
  .btwn-gap-lg-0 {
    gap: 0!important;
  }
  .btwn-gap-lg-1 {
    gap: .25rem!important;
  }
  .btwn-gap-lg-2 {
    gap: .5rem!important;
  }
  .btwn-gap-lg-3 {
    gap: 1rem!important;
  }
  .btwn-gap-lg-4 {
    gap: 1.5rem!important;
  }
  .btwn-gap-lg-5 {
    gap: 3rem!important;
  }
  .btwn-justify-content-lg-start {
    justify-content: flex-start!important;
  }
  .btwn-justify-content-lg-end {
    justify-content: flex-end!important;
  }
  .btwn-justify-content-lg-center {
    justify-content: center!important;
  }
  .btwn-justify-content-lg-between {
    justify-content: space-between!important;
  }
  .btwn-justify-content-lg-around {
    justify-content: space-around!important;
  }
  .btwn-justify-content-lg-evenly {
    justify-content: space-evenly!important;
  }
  .btwn-align-items-lg-start {
    align-items: flex-start!important;
  }
  .btwn-align-items-lg-end {
    align-items: flex-end!important;
  }
  .btwn-align-items-lg-center {
    align-items: center!important;
  }
  .btwn-align-items-lg-baseline {
    align-items: baseline!important;
  }
  .btwn-align-items-lg-stretch {
    align-items: stretch!important;
  }
  .btwn-align-content-lg-start {
    align-content: flex-start!important;
  }
  .btwn-align-content-lg-end {
    align-content: flex-end!important;
  }
  .btwn-align-content-lg-center {
    align-content: center!important;
  }
  .btwn-align-content-lg-between {
    align-content: space-between!important;
  }
  .btwn-align-content-lg-around {
    align-content: space-around!important;
  }
  .btwn-align-content-lg-stretch {
    align-content: stretch!important;
  }
  .btwn-align-self-lg-auto {
    align-self: auto!important;
  }
  .btwn-align-self-lg-start {
    align-self: flex-start!important;
  }
  .btwn-align-self-lg-end {
    align-self: flex-end!important;
  }
  .btwn-align-self-lg-center {
    align-self: center!important;
  }
  .btwn-align-self-lg-baseline {
    align-self: baseline!important;
  }
  .btwn-align-self-lg-stretch {
    align-self: stretch!important;
  }
  .btwn-order-lg-first {
    order: -1!important;
  }
  .btwn-order-lg-0 {
    order: 0!important;
  }
  .btwn-order-lg-1 {
    order: 1!important;
  }
  .btwn-order-lg-2 {
    order: 2!important;
  }
  .btwn-order-lg-3 {
    order: 3!important;
  }
  .btwn-order-lg-4 {
    order: 4!important;
  }
  .btwn-order-lg-5 {
    order: 5!important;
  }
  .btwn-order-lg-last {
    order: 6!important;
  }
  .btwn-m-lg-0 {
    margin: 0!important;
  }
  .btwn-m-lg-1 {
    margin: .25rem!important;
  }
  .btwn-m-lg-2 {
    margin: .5rem!important;
  }
  .btwn-m-lg-3 {
    margin: 1rem!important;
  }
  .btwn-m-lg-4 {
    margin: 1.5rem!important;
  }
  .btwn-m-lg-5 {
    margin: 3rem!important;
  }
  .btwn-m-lg-auto {
    margin: auto!important;
  }
  .btwn-mx-lg-0 {
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .btwn-mx-lg-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important;
  }
  .btwn-mx-lg-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important;
  }
  .btwn-mx-lg-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important;
  }
  .btwn-mx-lg-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important;
  }
  .btwn-mx-lg-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important;
  }
  .btwn-mx-lg-auto {
    margin-right: auto!important;
    margin-left: auto!important;
  }
  .btwn-my-lg-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .btwn-my-lg-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important;
  }
  .btwn-my-lg-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important;
  }
  .btwn-my-lg-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
  .btwn-my-lg-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
  }
  .btwn-my-lg-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
  }
  .btwn-my-lg-auto {
    margin-top: auto!important;
    margin-bottom: auto!important;
  }
  .btwn-mt-lg-0 {
    margin-top: 0!important;
  }
  .btwn-mt-lg-1 {
    margin-top: .25rem!important;
  }
  .btwn-mt-lg-2 {
    margin-top: .5rem!important;
  }
  .btwn-mt-lg-3 {
    margin-top: 1rem!important;
  }
  .btwn-mt-lg-4 {
    margin-top: 1.5rem!important;
  }
  .btwn-mt-lg-5 {
    margin-top: 3rem!important;
  }
  .btwn-mt-lg-auto {
    margin-top: auto!important;
  }
  .btwn-me-lg-0 {
    margin-right: 0!important;
  }
  .btwn-me-lg-1 {
    margin-right: .25rem!important;
  }
  .btwn-me-lg-2 {
    margin-right: .5rem!important;
  }
  .btwn-me-lg-3 {
    margin-right: 1rem!important;
  }
  .btwn-me-lg-4 {
    margin-right: 1.5rem!important;
  }
  .btwn-me-lg-5 {
    margin-right: 3rem!important;
  }
  .btwn-me-lg-auto {
    margin-right: auto!important;
  }
  .btwn-mb-lg-0 {
    margin-bottom: 0!important;
  }
  .btwn-mb-lg-1 {
    margin-bottom: .25rem!important;
  }
  .btwn-mb-lg-2 {
    margin-bottom: .5rem!important;
  }
  .btwn-mb-lg-3 {
    margin-bottom: 1rem!important;
  }
  .btwn-mb-lg-4 {
    margin-bottom: 1.5rem!important;
  }
  .btwn-mb-lg-5 {
    margin-bottom: 3rem!important;
  }
  .btwn-mb-lg-auto {
    margin-bottom: auto!important;
  }
  .btwn-ms-lg-0 {
    margin-left: 0!important;
  }
  .btwn-ms-lg-1 {
    margin-left: .25rem!important;
  }
  .btwn-ms-lg-2 {
    margin-left: .5rem!important;
  }
  .btwn-ms-lg-3 {
    margin-left: 1rem!important;
  }
  .btwn-ms-lg-4 {
    margin-left: 1.5rem!important;
  }
  .btwn-ms-lg-5 {
    margin-left: 3rem!important;
  }
  .btwn-ms-lg-auto {
    margin-left: auto!important;
  }
  .btwn-p-lg-0 {
    padding: 0!important;
  }
  .btwn-p-lg-1 {
    padding: .25rem!important;
  }
  .btwn-p-lg-2 {
    padding: .5rem!important;
  }
  .btwn-p-lg-3 {
    padding: 1rem!important;
  }
  .btwn-p-lg-4 {
    padding: 1.5rem!important;
  }
  .btwn-p-lg-5 {
    padding: 3rem!important;
  }
  .btwn-px-lg-0 {
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .btwn-px-lg-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important;
  }
  .btwn-px-lg-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important;
  }
  .btwn-px-lg-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
  }
  .btwn-px-lg-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
  }
  .btwn-px-lg-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
  .btwn-py-lg-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .btwn-py-lg-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
  }
  .btwn-py-lg-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
  }
  .btwn-py-lg-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
  }
  .btwn-py-lg-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
  }
  .btwn-py-lg-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
  .btwn-pt-lg-0 {
    padding-top: 0!important;
  }
  .btwn-pt-lg-1 {
    padding-top: .25rem!important;
  }
  .btwn-pt-lg-2 {
    padding-top: .5rem!important;
  }
  .btwn-pt-lg-3 {
    padding-top: 1rem!important;
  }
  .btwn-pt-lg-4 {
    padding-top: 1.5rem!important;
  }
  .btwn-pt-lg-5 {
    padding-top: 3rem!important;
  }
  .btwn-pe-lg-0 {
    padding-right: 0!important;
  }
  .btwn-pe-lg-1 {
    padding-right: .25rem!important;
  }
  .btwn-pe-lg-2 {
    padding-right: .5rem!important;
  }
  .btwn-pe-lg-3 {
    padding-right: 1rem!important;
  }
  .btwn-pe-lg-4 {
    padding-right: 1.5rem!important;
  }
  .btwn-pe-lg-5 {
    padding-right: 3rem!important;
  }
  .btwn-pb-lg-0 {
    padding-bottom: 0!important;
  }
  .btwn-pb-lg-1 {
    padding-bottom: .25rem!important;
  }
  .btwn-pb-lg-2 {
    padding-bottom: .5rem!important;
  }
  .btwn-pb-lg-3 {
    padding-bottom: 1rem!important;
  }
  .btwn-pb-lg-4 {
    padding-bottom: 1.5rem!important;
  }
  .btwn-pb-lg-5 {
    padding-bottom: 3rem!important;
  }
  .btwn-ps-lg-0 {
    padding-left: 0!important;
  }
  .btwn-ps-lg-1 {
    padding-left: .25rem!important;
  }
  .btwn-ps-lg-2 {
    padding-left: .5rem!important;
  }
  .btwn-ps-lg-3 {
    padding-left: 1rem!important;
  }
  .btwn-ps-lg-4 {
    padding-left: 1.5rem!important;
  }
  .btwn-ps-lg-5 {
    padding-left: 3rem!important;
  }
  .btwn-text-lg-start {
    text-align: left!important;
  }
  .btwn-text-lg-end {
    text-align: right!important;
  }
  .btwn-text-lg-center {
    text-align: center!important;
  }
}@media (min-width:1400px) {
  .btwn-container, .btwn-container-lg, .btwn-container-md, .btwn-container-sm, .btwn-container-xl, .btwn-container-xxl {
    max-width: 1320px;
  }
  .btwn-col-xxl {
    flex: 1 0 0%}
  .btwn-col-xxl-auto, .btwn-row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .btwn-col-xxl-12, .btwn-row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%}
  .btwn-col-xxl-6, .btwn-row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%}
  .btwn-row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%}
  .btwn-col-xxl-3, .btwn-row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%}
  .btwn-row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%}
  .btwn-row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%}
  .btwn-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%}
  .btwn-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%}
  .btwn-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%}
  .btwn-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%}
  .btwn-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%}
  .btwn-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%}
  .btwn-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%}
  .btwn-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%}
  .btwn-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%}
  .btwn-offset-xxl-0 {
    margin-left: 0;
  }
  .btwn-offset-xxl-1 {
    margin-left: 8.33333333%}
  .btwn-offset-xxl-2 {
    margin-left: 16.66666667%}
  .btwn-offset-xxl-3 {
    margin-left: 25%}
  .btwn-offset-xxl-4 {
    margin-left: 33.33333333%}
  .btwn-offset-xxl-5 {
    margin-left: 41.66666667%}
  .btwn-offset-xxl-6 {
    margin-left: 50%}
  .btwn-offset-xxl-7 {
    margin-left: 58.33333333%}
  .btwn-offset-xxl-8 {
    margin-left: 66.66666667%}
  .btwn-offset-xxl-9 {
    margin-left: 75%}
  .btwn-offset-xxl-10 {
    margin-left: 83.33333333%}
  .btwn-offset-xxl-11 {
    margin-left: 91.66666667%}
  .btwn-g-xxl-0, .btwn-gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .btwn-g-xxl-0, .btwn-gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .btwn-g-xxl-1, .btwn-gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .btwn-g-xxl-1, .btwn-gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .btwn-g-xxl-2, .btwn-gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .btwn-g-xxl-2, .btwn-gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .btwn-g-xxl-3, .btwn-gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .btwn-g-xxl-3, .btwn-gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .btwn-g-xxl-4, .btwn-gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .btwn-g-xxl-4, .btwn-gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .btwn-g-xxl-5, .btwn-gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .btwn-g-xxl-5, .btwn-gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .btwn-navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .btwn-list-group-horizontal-xxl, .btwn-navbar-expand-xxl .btwn-navbar-nav {
    flex-direction: row;
  }
  .btwn-navbar-expand-xxl .btwn-navbar-nav .dropdown-menu {
    position: absolute;
  }
  .btwn-navbar-expand-xxl .btwn-navbar-nav .btwn-nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .btwn-navbar-expand-xxl .btwn-navbar-nav-scroll {
    overflow: visible;
  }
  .btwn-navbar-expand-xxl .btwn-navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }
  .btwn-navbar-expand-xxl .btwn-navbar-toggler, .btwn-navbar-expand-xxl .btwn-offcanvas-header {
    display: none;
  }
  .btwn-navbar-expand-xxl .btwn-offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible!important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .btwn-navbar-expand-xxl .btwn-offcanvas-bottom, .btwn-navbar-expand-xxl .btwn-offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .btwn-navbar-expand-xxl .btwn-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .btwn-list-group-horizontal-xxl>.btwn-list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .btwn-list-group-horizontal-xxl>.btwn-list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .btwn-list-group-horizontal-xxl>.btwn-list-group-item.active {
    margin-top: 0;
  }
  .btwn-list-group-horizontal-xxl>.btwn-list-group-item+.btwn-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .btwn-list-group-horizontal-xxl>.btwn-list-group-item+.btwn-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .btwn-sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .btwn-float-xxl-start {
    float: left!important;
  }
  .btwn-float-xxl-end {
    float: right!important;
  }
  .btwn-float-xxl-none {
    float: none!important;
  }
  .btwn-d-xxl-inline {
    display: inline!important;
  }
  .btwn-d-xxl-inline-block {
    display: inline-block!important;
  }
  .btwn-d-xxl-block {
    display: block!important;
  }
  .btwn-d-xxl-grid {
    display: grid!important;
  }
  .btwn-d-xxl-table {
    display: table!important;
  }
  .btwn-d-xxl-table-row {
    display: table-row!important;
  }
  .btwn-d-xxl-table-cell {
    display: table-cell!important;
  }
  .btwn-d-xxl-flex {
    display: flex!important;
  }
  .btwn-d-xxl-inline-flex {
    display: inline-flex!important;
  }
  .btwn-d-xxl-none {
    display: none!important;
  }
  .btwn-flex-xxl-fill {
    flex: 1 1 auto!important;
  }
  .btwn-flex-xxl-row {
    flex-direction: row!important;
  }
  .btwn-flex-xxl-column {
    flex-direction: column!important;
  }
  .btwn-flex-xxl-row-reverse {
    flex-direction: row-reverse!important;
  }
  .btwn-flex-xxl-column-reverse {
    flex-direction: column-reverse!important;
  }
  .btwn-flex-xxl-grow-0 {
    flex-grow: 0!important;
  }
  .btwn-flex-xxl-grow-1 {
    flex-grow: 1!important;
  }
  .btwn-flex-xxl-shrink-0 {
    flex-shrink: 0!important;
  }
  .btwn-flex-xxl-shrink-1 {
    flex-shrink: 1!important;
  }
  .btwn-flex-xxl-wrap {
    flex-wrap: wrap!important;
  }
  .btwn-flex-xxl-nowrap {
    flex-wrap: nowrap!important;
  }
  .btwn-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse!important;
  }
  .btwn-gap-xxl-0 {
    gap: 0!important;
  }
  .btwn-gap-xxl-1 {
    gap: .25rem!important;
  }
  .btwn-gap-xxl-2 {
    gap: .5rem!important;
  }
  .btwn-gap-xxl-3 {
    gap: 1rem!important;
  }
  .btwn-gap-xxl-4 {
    gap: 1.5rem!important;
  }
  .btwn-gap-xxl-5 {
    gap: 3rem!important;
  }
  .btwn-justify-content-xxl-start {
    justify-content: flex-start!important;
  }
  .btwn-justify-content-xxl-end {
    justify-content: flex-end!important;
  }
  .btwn-justify-content-xxl-center {
    justify-content: center!important;
  }
  .btwn-justify-content-xxl-between {
    justify-content: space-between!important;
  }
  .btwn-justify-content-xxl-around {
    justify-content: space-around!important;
  }
  .btwn-justify-content-xxl-evenly {
    justify-content: space-evenly!important;
  }
  .btwn-align-items-xxl-start {
    align-items: flex-start!important;
  }
  .btwn-align-items-xxl-end {
    align-items: flex-end!important;
  }
  .btwn-align-items-xxl-center {
    align-items: center!important;
  }
  .btwn-align-items-xxl-baseline {
    align-items: baseline!important;
  }
  .btwn-align-items-xxl-stretch {
    align-items: stretch!important;
  }
  .btwn-align-content-xxl-start {
    align-content: flex-start!important;
  }
  .btwn-align-content-xxl-end {
    align-content: flex-end!important;
  }
  .btwn-align-content-xxl-center {
    align-content: center!important;
  }
  .btwn-align-content-xxl-between {
    align-content: space-between!important;
  }
  .btwn-align-content-xxl-around {
    align-content: space-around!important;
  }
  .btwn-align-content-xxl-stretch {
    align-content: stretch!important;
  }
  .btwn-align-self-xxl-auto {
    align-self: auto!important;
  }
  .btwn-align-self-xxl-start {
    align-self: flex-start!important;
  }
  .btwn-align-self-xxl-end {
    align-self: flex-end!important;
  }
  .btwn-align-self-xxl-center {
    align-self: center!important;
  }
  .btwn-align-self-xxl-baseline {
    align-self: baseline!important;
  }
  .btwn-align-self-xxl-stretch {
    align-self: stretch!important;
  }
  .btwn-order-xxl-first {
    order: -1!important;
  }
  .btwn-order-xxl-0 {
    order: 0!important;
  }
  .btwn-order-xxl-1 {
    order: 1!important;
  }
  .btwn-order-xxl-2 {
    order: 2!important;
  }
  .btwn-order-xxl-3 {
    order: 3!important;
  }
  .btwn-order-xxl-4 {
    order: 4!important;
  }
  .btwn-order-xxl-5 {
    order: 5!important;
  }
  .btwn-order-xxl-last {
    order: 6!important;
  }
  .btwn-m-xxl-0 {
    margin: 0!important;
  }
  .btwn-m-xxl-1 {
    margin: .25rem!important;
  }
  .btwn-m-xxl-2 {
    margin: .5rem!important;
  }
  .btwn-m-xxl-3 {
    margin: 1rem!important;
  }
  .btwn-m-xxl-4 {
    margin: 1.5rem!important;
  }
  .btwn-m-xxl-5 {
    margin: 3rem!important;
  }
  .btwn-m-xxl-auto {
    margin: auto!important;
  }
  .btwn-mx-xxl-0 {
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .btwn-mx-xxl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important;
  }
  .btwn-mx-xxl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important;
  }
  .btwn-mx-xxl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important;
  }
  .btwn-mx-xxl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important;
  }
  .btwn-mx-xxl-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important;
  }
  .btwn-mx-xxl-auto {
    margin-right: auto!important;
    margin-left: auto!important;
  }
  .btwn-my-xxl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .btwn-my-xxl-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important;
  }
  .btwn-my-xxl-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important;
  }
  .btwn-my-xxl-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
  .btwn-my-xxl-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
  }
  .btwn-my-xxl-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
  }
  .btwn-my-xxl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important;
  }
  .btwn-mt-xxl-0 {
    margin-top: 0!important;
  }
  .btwn-mt-xxl-1 {
    margin-top: .25rem!important;
  }
  .btwn-mt-xxl-2 {
    margin-top: .5rem!important;
  }
  .btwn-mt-xxl-3 {
    margin-top: 1rem!important;
  }
  .btwn-mt-xxl-4 {
    margin-top: 1.5rem!important;
  }
  .btwn-mt-xxl-5 {
    margin-top: 3rem!important;
  }
  .btwn-mt-xxl-auto {
    margin-top: auto!important;
  }
  .btwn-me-xxl-0 {
    margin-right: 0!important;
  }
  .btwn-me-xxl-1 {
    margin-right: .25rem!important;
  }
  .btwn-me-xxl-2 {
    margin-right: .5rem!important;
  }
  .btwn-me-xxl-3 {
    margin-right: 1rem!important;
  }
  .btwn-me-xxl-4 {
    margin-right: 1.5rem!important;
  }
  .btwn-me-xxl-5 {
    margin-right: 3rem!important;
  }
  .btwn-me-xxl-auto {
    margin-right: auto!important;
  }
  .btwn-mb-xxl-0 {
    margin-bottom: 0!important;
  }
  .btwn-mb-xxl-1 {
    margin-bottom: .25rem!important;
  }
  .btwn-mb-xxl-2 {
    margin-bottom: .5rem!important;
  }
  .btwn-mb-xxl-3 {
    margin-bottom: 1rem!important;
  }
  .btwn-mb-xxl-4 {
    margin-bottom: 1.5rem!important;
  }
  .btwn-mb-xxl-5 {
    margin-bottom: 3rem!important;
  }
  .btwn-mb-xxl-auto {
    margin-bottom: auto!important;
  }
  .btwn-ms-xxl-0 {
    margin-left: 0!important;
  }
  .btwn-ms-xxl-1 {
    margin-left: .25rem!important;
  }
  .btwn-ms-xxl-2 {
    margin-left: .5rem!important;
  }
  .btwn-ms-xxl-3 {
    margin-left: 1rem!important;
  }
  .btwn-ms-xxl-4 {
    margin-left: 1.5rem!important;
  }
  .btwn-ms-xxl-5 {
    margin-left: 3rem!important;
  }
  .btwn-ms-xxl-auto {
    margin-left: auto!important;
  }
  .btwn-p-xxl-0 {
    padding: 0!important;
  }
  .btwn-p-xxl-1 {
    padding: .25rem!important;
  }
  .btwn-p-xxl-2 {
    padding: .5rem!important;
  }
  .btwn-p-xxl-3 {
    padding: 1rem!important;
  }
  .btwn-p-xxl-4 {
    padding: 1.5rem!important;
  }
  .btwn-p-xxl-5 {
    padding: 3rem!important;
  }
  .btwn-px-xxl-0 {
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .btwn-px-xxl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important;
  }
  .btwn-px-xxl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important;
  }
  .btwn-px-xxl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
  }
  .btwn-px-xxl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
  }
  .btwn-px-xxl-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
  .btwn-py-xxl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .btwn-py-xxl-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
  }
  .btwn-py-xxl-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
  }
  .btwn-py-xxl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
  }
  .btwn-py-xxl-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
  }
  .btwn-py-xxl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
  .btwn-pt-xxl-0 {
    padding-top: 0!important;
  }
  .btwn-pt-xxl-1 {
    padding-top: .25rem!important;
  }
  .btwn-pt-xxl-2 {
    padding-top: .5rem!important;
  }
  .btwn-pt-xxl-3 {
    padding-top: 1rem!important;
  }
  .btwn-pt-xxl-4 {
    padding-top: 1.5rem!important;
  }
  .btwn-pt-xxl-5 {
    padding-top: 3rem!important;
  }
  .btwn-pe-xxl-0 {
    padding-right: 0!important;
  }
  .btwn-pe-xxl-1 {
    padding-right: .25rem!important;
  }
  .btwn-pe-xxl-2 {
    padding-right: .5rem!important;
  }
  .btwn-pe-xxl-3 {
    padding-right: 1rem!important;
  }
  .btwn-pe-xxl-4 {
    padding-right: 1.5rem!important;
  }
  .btwn-pe-xxl-5 {
    padding-right: 3rem!important;
  }
  .btwn-pb-xxl-0 {
    padding-bottom: 0!important;
  }
  .btwn-pb-xxl-1 {
    padding-bottom: .25rem!important;
  }
  .btwn-pb-xxl-2 {
    padding-bottom: .5rem!important;
  }
  .btwn-pb-xxl-3 {
    padding-bottom: 1rem!important;
  }
  .btwn-pb-xxl-4 {
    padding-bottom: 1.5rem!important;
  }
  .btwn-pb-xxl-5 {
    padding-bottom: 3rem!important;
  }
  .btwn-ps-xxl-0 {
    padding-left: 0!important;
  }
  .btwn-ps-xxl-1 {
    padding-left: .25rem!important;
  }
  .btwn-ps-xxl-2 {
    padding-left: .5rem!important;
  }
  .btwn-ps-xxl-3 {
    padding-left: 1rem!important;
  }
  .btwn-ps-xxl-4 {
    padding-left: 1.5rem!important;
  }
  .btwn-ps-xxl-5 {
    padding-left: 3rem!important;
  }
  .btwn-text-xxl-start {
    text-align: left!important;
  }
  .btwn-text-xxl-end {
    text-align: right!important;
  }
  .btwn-text-xxl-center {
    text-align: center!important;
  }
}@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .btwn-navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .btwn-list-group-horizontal-xl, .btwn-navbar-expand-xl .btwn-navbar-nav {
    flex-direction: row;
  }
  .btwn-navbar-expand-xl .btwn-navbar-nav .dropdown-menu {
    position: absolute;
  }
  .btwn-navbar-expand-xl .btwn-navbar-nav .btwn-nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .btwn-navbar-expand-xl .btwn-navbar-nav-scroll {
    overflow: visible;
  }
  .btwn-navbar-expand-xl .btwn-navbar-collapse {
    display: flex!important;
    flex-basis: auto;
  }
  .btwn-navbar-expand-xl .btwn-navbar-toggler, .btwn-navbar-expand-xl .btwn-offcanvas-header {
    display: none;
  }
  .btwn-navbar-expand-xl .btwn-offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible!important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .btwn-navbar-expand-xl .btwn-offcanvas-bottom, .btwn-navbar-expand-xl .btwn-offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .btwn-navbar-expand-xl .btwn-offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .btwn-list-group-horizontal-xl>.btwn-list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .btwn-list-group-horizontal-xl>.btwn-list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .btwn-list-group-horizontal-xl>.btwn-list-group-item.active {
    margin-top: 0;
  }
  .btwn-list-group-horizontal-xl>.btwn-list-group-item+.btwn-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .btwn-list-group-horizontal-xl>.btwn-list-group-item+.btwn-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .btwn-modal-xl {
    max-width: 1140px;
  }
  .btwn-sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .btwn-float-xl-start {
    float: left!important;
  }
  .btwn-float-xl-end {
    float: right!important;
  }
  .btwn-float-xl-none {
    float: none!important;
  }
  .btwn-d-xl-inline {
    display: inline!important;
  }
  .btwn-d-xl-inline-block {
    display: inline-block!important;
  }
  .btwn-d-xl-block {
    display: block!important;
  }
  .btwn-d-xl-grid {
    display: grid!important;
  }
  .btwn-d-xl-table {
    display: table!important;
  }
  .btwn-d-xl-table-row {
    display: table-row!important;
  }
  .btwn-d-xl-table-cell {
    display: table-cell!important;
  }
  .btwn-d-xl-flex {
    display: flex!important;
  }
  .btwn-d-xl-inline-flex {
    display: inline-flex!important;
  }
  .btwn-d-xl-none {
    display: none!important;
  }
  .btwn-flex-xl-fill {
    flex: 1 1 auto!important;
  }
  .btwn-flex-xl-row {
    flex-direction: row!important;
  }
  .btwn-flex-xl-column {
    flex-direction: column!important;
  }
  .btwn-flex-xl-row-reverse {
    flex-direction: row-reverse!important;
  }
  .btwn-flex-xl-column-reverse {
    flex-direction: column-reverse!important;
  }
  .btwn-flex-xl-grow-0 {
    flex-grow: 0!important;
  }
  .btwn-flex-xl-grow-1 {
    flex-grow: 1!important;
  }
  .btwn-flex-xl-shrink-0 {
    flex-shrink: 0!important;
  }
  .btwn-flex-xl-shrink-1 {
    flex-shrink: 1!important;
  }
  .btwn-flex-xl-wrap {
    flex-wrap: wrap!important;
  }
  .btwn-flex-xl-nowrap {
    flex-wrap: nowrap!important;
  }
  .btwn-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse!important;
  }
  .btwn-gap-xl-0 {
    gap: 0!important;
  }
  .btwn-gap-xl-1 {
    gap: .25rem!important;
  }
  .btwn-gap-xl-2 {
    gap: .5rem!important;
  }
  .btwn-gap-xl-3 {
    gap: 1rem!important;
  }
  .btwn-gap-xl-4 {
    gap: 1.5rem!important;
  }
  .btwn-gap-xl-5 {
    gap: 3rem!important;
  }
  .btwn-justify-content-xl-start {
    justify-content: flex-start!important;
  }
  .btwn-justify-content-xl-end {
    justify-content: flex-end!important;
  }
  .btwn-justify-content-xl-center {
    justify-content: center!important;
  }
  .btwn-justify-content-xl-between {
    justify-content: space-between!important;
  }
  .btwn-justify-content-xl-around {
    justify-content: space-around!important;
  }
  .btwn-justify-content-xl-evenly {
    justify-content: space-evenly!important;
  }
  .btwn-align-items-xl-start {
    align-items: flex-start!important;
  }
  .btwn-align-items-xl-end {
    align-items: flex-end!important;
  }
  .btwn-align-items-xl-center {
    align-items: center!important;
  }
  .btwn-align-items-xl-baseline {
    align-items: baseline!important;
  }
  .btwn-align-items-xl-stretch {
    align-items: stretch!important;
  }
  .btwn-align-content-xl-start {
    align-content: flex-start!important;
  }
  .btwn-align-content-xl-end {
    align-content: flex-end!important;
  }
  .btwn-align-content-xl-center {
    align-content: center!important;
  }
  .btwn-align-content-xl-between {
    align-content: space-between!important;
  }
  .btwn-align-content-xl-around {
    align-content: space-around!important;
  }
  .btwn-align-content-xl-stretch {
    align-content: stretch!important;
  }
  .btwn-align-self-xl-auto {
    align-self: auto!important;
  }
  .btwn-align-self-xl-start {
    align-self: flex-start!important;
  }
  .btwn-align-self-xl-end {
    align-self: flex-end!important;
  }
  .btwn-align-self-xl-center {
    align-self: center!important;
  }
  .btwn-align-self-xl-baseline {
    align-self: baseline!important;
  }
  .btwn-align-self-xl-stretch {
    align-self: stretch!important;
  }
  .btwn-order-xl-first {
    order: -1!important;
  }
  .btwn-order-xl-0 {
    order: 0!important;
  }
  .btwn-order-xl-1 {
    order: 1!important;
  }
  .btwn-order-xl-2 {
    order: 2!important;
  }
  .btwn-order-xl-3 {
    order: 3!important;
  }
  .btwn-order-xl-4 {
    order: 4!important;
  }
  .btwn-order-xl-5 {
    order: 5!important;
  }
  .btwn-order-xl-last {
    order: 6!important;
  }
  .btwn-m-xl-0 {
    margin: 0!important;
  }
  .btwn-m-xl-1 {
    margin: .25rem!important;
  }
  .btwn-m-xl-2 {
    margin: .5rem!important;
  }
  .btwn-m-xl-3 {
    margin: 1rem!important;
  }
  .btwn-m-xl-4 {
    margin: 1.5rem!important;
  }
  .btwn-m-xl-5 {
    margin: 3rem!important;
  }
  .btwn-m-xl-auto {
    margin: auto!important;
  }
  .btwn-mx-xl-0 {
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .btwn-mx-xl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important;
  }
  .btwn-mx-xl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important;
  }
  .btwn-mx-xl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important;
  }
  .btwn-mx-xl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important;
  }
  .btwn-mx-xl-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important;
  }
  .btwn-mx-xl-auto {
    margin-right: auto!important;
    margin-left: auto!important;
  }
  .btwn-my-xl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .btwn-my-xl-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important;
  }
  .btwn-my-xl-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important;
  }
  .btwn-my-xl-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
  .btwn-my-xl-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
  }
  .btwn-my-xl-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
  }
  .btwn-my-xl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important;
  }
  .btwn-mt-xl-0 {
    margin-top: 0!important;
  }
  .btwn-mt-xl-1 {
    margin-top: .25rem!important;
  }
  .btwn-mt-xl-2 {
    margin-top: .5rem!important;
  }
  .btwn-mt-xl-3 {
    margin-top: 1rem!important;
  }
  .btwn-mt-xl-4 {
    margin-top: 1.5rem!important;
  }
  .btwn-mt-xl-5 {
    margin-top: 3rem!important;
  }
  .btwn-mt-xl-auto {
    margin-top: auto!important;
  }
  .btwn-me-xl-0 {
    margin-right: 0!important;
  }
  .btwn-me-xl-1 {
    margin-right: .25rem!important;
  }
  .btwn-me-xl-2 {
    margin-right: .5rem!important;
  }
  .btwn-me-xl-3 {
    margin-right: 1rem!important;
  }
  .btwn-me-xl-4 {
    margin-right: 1.5rem!important;
  }
  .btwn-me-xl-5 {
    margin-right: 3rem!important;
  }
  .btwn-me-xl-auto {
    margin-right: auto!important;
  }
  .btwn-mb-xl-0 {
    margin-bottom: 0!important;
  }
  .btwn-mb-xl-1 {
    margin-bottom: .25rem!important;
  }
  .btwn-mb-xl-2 {
    margin-bottom: .5rem!important;
  }
  .btwn-mb-xl-3 {
    margin-bottom: 1rem!important;
  }
  .btwn-mb-xl-4 {
    margin-bottom: 1.5rem!important;
  }
  .btwn-mb-xl-5 {
    margin-bottom: 3rem!important;
  }
  .btwn-mb-xl-auto {
    margin-bottom: auto!important;
  }
  .btwn-ms-xl-0 {
    margin-left: 0!important;
  }
  .btwn-ms-xl-1 {
    margin-left: .25rem!important;
  }
  .btwn-ms-xl-2 {
    margin-left: .5rem!important;
  }
  .btwn-ms-xl-3 {
    margin-left: 1rem!important;
  }
  .btwn-ms-xl-4 {
    margin-left: 1.5rem!important;
  }
  .btwn-ms-xl-5 {
    margin-left: 3rem!important;
  }
  .btwn-ms-xl-auto {
    margin-left: auto!important;
  }
  .btwn-p-xl-0 {
    padding: 0!important;
  }
  .btwn-p-xl-1 {
    padding: .25rem!important;
  }
  .btwn-p-xl-2 {
    padding: .5rem!important;
  }
  .btwn-p-xl-3 {
    padding: 1rem!important;
  }
  .btwn-p-xl-4 {
    padding: 1.5rem!important;
  }
  .btwn-p-xl-5 {
    padding: 3rem!important;
  }
  .btwn-px-xl-0 {
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .btwn-px-xl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important;
  }
  .btwn-px-xl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important;
  }
  .btwn-px-xl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
  }
  .btwn-px-xl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
  }
  .btwn-px-xl-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
  .btwn-py-xl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .btwn-py-xl-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
  }
  .btwn-py-xl-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
  }
  .btwn-py-xl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
  }
  .btwn-py-xl-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
  }
  .btwn-py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
  .btwn-pt-xl-0 {
    padding-top: 0!important;
  }
  .btwn-pt-xl-1 {
    padding-top: .25rem!important;
  }
  .btwn-pt-xl-2 {
    padding-top: .5rem!important;
  }
  .btwn-pt-xl-3 {
    padding-top: 1rem!important;
  }
  .btwn-pt-xl-4 {
    padding-top: 1.5rem!important;
  }
  .btwn-pt-xl-5 {
    padding-top: 3rem!important;
  }
  .btwn-pe-xl-0 {
    padding-right: 0!important;
  }
  .btwn-pe-xl-1 {
    padding-right: .25rem!important;
  }
  .btwn-pe-xl-2 {
    padding-right: .5rem!important;
  }
  .btwn-pe-xl-3 {
    padding-right: 1rem!important;
  }
  .btwn-pe-xl-4 {
    padding-right: 1.5rem!important;
  }
  .btwn-pe-xl-5 {
    padding-right: 3rem!important;
  }
  .btwn-pb-xl-0 {
    padding-bottom: 0!important;
  }
  .btwn-pb-xl-1 {
    padding-bottom: .25rem!important;
  }
  .btwn-pb-xl-2 {
    padding-bottom: .5rem!important;
  }
  .btwn-pb-xl-3 {
    padding-bottom: 1rem!important;
  }
  .btwn-pb-xl-4 {
    padding-bottom: 1.5rem!important;
  }
  .btwn-pb-xl-5 {
    padding-bottom: 3rem!important;
  }
  .btwn-ps-xl-0 {
    padding-left: 0!important;
  }
  .btwn-ps-xl-1 {
    padding-left: .25rem!important;
  }
  .btwn-ps-xl-2 {
    padding-left: .5rem!important;
  }
  .btwn-ps-xl-3 {
    padding-left: 1rem!important;
  }
  .btwn-ps-xl-4 {
    padding-left: 1.5rem!important;
  }
  .btwn-ps-xl-5 {
    padding-left: 3rem!important;
  }
  .btwn-text-xl-start {
    text-align: left!important;
  }
  .btwn-text-xl-end {
    text-align: right!important;
  }
  .btwn-text-xl-center {
    text-align: center!important;
  }
  .btwn-fs-1 {
    font-size: 2.5rem!important;
  }
  .btwn-fs-2 {
    font-size: 2rem!important;
  }
  .btwn-fs-3 {
    font-size: 1.75rem!important;
  }
  .btwn-fs-4 {
    font-size: 1.5rem!important;
  }
}@media print {
  .btwn-d-print-inline {
    display: inline!important;
  }
  .btwn-d-print-inline-block {
    display: inline-block!important;
  }
  .btwn-d-print-block {
    display: block!important;
  }
  .btwn-d-print-grid {
    display: grid!important;
  }
  .btwn-d-print-table {
    display: table!important;
  }
  .btwn-d-print-table-row {
    display: table-row!important;
  }
  .btwn-d-print-table-cell {
    display: table-cell!important;
  }
  .btwn-d-print-flex {
    display: flex!important;
  }
  .btwn-d-print-inline-flex {
    display: inline-flex!important;
  }
  .btwn-d-print-none {
    display: none!important;
  }
}

.modal {
  --bs-modal-zindex: 1000000;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  /* border-radius: var(--bs-modal-border-radius); */
  outline: 0;
  border-radius: 20px;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}


/*CUSTOM*/

::ng-deep .btwn-modal-content  {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  min-height: 600px;
  height: 100% !important;
  /*border: none !important;*/
  /*border-radius-top: none !important;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btwn-f-10{
  font-size: 10px!important;
  font-family: 'Nunito', sans-serif !important
}

@media (max-width: 768px) {
  ::ng-deep .btwn-modal-content  {
    /*border-radius: 10px !important;*/
    height: 100% !important;
  }
}

/*::ng-deep .custom-class .modal-dialog {*/
/*  transform: scale(0.5) !important;*/
/*  transition: transform 1s cubic-bezier(0.68, -0.55, 0.27, 1.55), max-width 0.6s ease-out, max-height 0.6s ease-out !important;*/
/*}*/

/*::ng-deep .custom-class.show .modal-dialog {*/
/*  transform: scale(1) !important;*/
/*}*/

::ng-deep button.btwn-btn-primary{
  font-size: 14px!important;
  background: var(--button-background-color) 0% 0% no-repeat padding-box !important;
  border: 2px solid var(--button-border-color) !important;
  border-radius: var(--button-border-radius) !important;
  color: var(--button-text-color) !important;
  opacity: 1;
  width: 127px;
  height: 44px;
  color: #fff!important;
}

::ng-deep .btwn-text-bold{
  font-weight: bold;
  font-family: 'Nunito', sans-serif !important;
}

/* ::ng-deep h5{
  text-align: left;
  font: normal normal bold 22px/30px Nunito;
  letter-spacing: 0px;
  color: #343434;
  opacity: 1;
  font-size: 22px!important;
  font-weight: bold!important;
} */

::ng-deep .btwn-form-control{
  padding: .375rem .75rem !important;
}
::ng-deep .btwn-cursor-pointer{
  cursor: pointer;
  pointer-events: auto !important;

}

::ng-deep body, div.between-embed-content {
  font-family: 'Nunito', sans-serif!important;
  background-color: transparent !important;
}
::ng-deep .btwn-f-10{
  font-size: 10px!important;
  font-family: 'Nunito', sans-serif !important
}
::ng-deep .btwn-f-11{
  font-size: 11px !important;;
  font-family: 'Nunito', sans-serif !important
}
::ng-deep .btwn-f-13{
  font-size: 13px !important;;
  font-family: 'Nunito', sans-serif !important
}
::ng-deep .btwn-f-14{
  font-size: 14px !important;;
  font-family: 'Nunito', sans-serif !important
}
::ng-deep .btwn-f-15{
  font-size: 15px !important;;
  font-family: 'Nunito', sans-serif !important
}

.booking{
  color: var(--button-text-color) !important;
  background-color: var(--button-background-color) !important;
  border-color: var(--button-border-color) !important;
  border-radius: var(--button-border-radius) !important;
}

.booking:hover{
  color: var(--button-hover-text-color) !important;
  background-color: var(--button-hover-background-color) !important;
  border-color: var(--button-hover-border-color) !important;
}

.btwn-embed-content p{
  line-height: 1.5!important;
}
.btwn-otp-container .wrapper{
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%!important;
}
select.btwn-custom-select, select.btwn-custom-select-property-type{
  color: #212529!important
}


.modal {
  --bs-modal-zindex: 1000000!important; /* Override the z-index variable */
  z-index: var(--bs-modal-zindex); /* Use the overridden variable */
  background-color: transparent !important;
  max-width: 100% !important;
  padding: 0 !important;
  display: block !important;
  opacity: 1 ;
}

.continue-button {
  font-size: 14px!important;
  opacity: 1;
  width: 127px;
  height: 44px;
  pointer-events: auto !important;
  cursor: pointer !important;
  font-family: 'Nunito', sans-serif !important;
}
